Package com.alibaba.graphscope.graphx
Class GraphXRawDataBuilder_cxx_0xcbb09c5c
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.GraphXRawDataBuilder_cxx_0xcbb09c5c
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,GraphXRawDataBuilder<Long,Long,Integer,Integer>
,Serializable
public class GraphXRawDataBuilder_cxx_0xcbb09c5c extends FFIPointerImpl implements GraphXRawDataBuilder<Long,Long,Integer,Integer>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.graphx.GraphXRawDataBuilder
GraphXRawDataBuilder.Factory<OID_T,VID_T,VD_T,ED_T>
-
-
Field Summary
Fields Modifier and Type Field Description static int
HASH_SHIFT
static int
SIZE
-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description GraphXRawDataBuilder_cxx_0xcbb09c5c(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
static long
nativeCreateFactory0(long arg00, long arg11, long arg22, long arg33, long arg44, long arg55)
static @com.alibaba.fastffi.FFINameAlias("MySeal"),@com.alibaba.fastffi.CXXValue long
nativeSeal(long ptr, long rv_base, long arg00)
StdSharedPtr<GraphXRawData<Long,Long,Integer,Integer>>
seal(VineyardClient arg0)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
seal
public StdSharedPtr<GraphXRawData<Long,Long,Integer,Integer>> seal(VineyardClient arg0)
-
nativeSeal
public static @com.alibaba.fastffi.FFINameAlias("MySeal"),@com.alibaba.fastffi.CXXValue long nativeSeal(long ptr, long rv_base, long arg00)
-
nativeCreateFactory0
public static long nativeCreateFactory0(long arg00, long arg11, long arg22, long arg33, long arg44, long arg55)
-
-