Class FFIVertexDataContext_cxx_0x70f5d0d9
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.context.ffi.FFIVertexDataContext_cxx_0x70f5d0d9
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,FFIVertexDataContext<ArrowProjectedFragment<Long,Long,Integer,Integer>,Integer>
,Serializable
public class FFIVertexDataContext_cxx_0x70f5d0d9 extends FFIPointerImpl implements FFIVertexDataContext<ArrowProjectedFragment<Long,Long,Integer,Integer>,Integer>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.graphscope.context.ffi.FFIVertexDataContext
FFIVertexDataContext.Factory<FRAG_T,DATA_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 FFIVertexDataContext_cxx_0x70f5d0d9(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GSVertexArray<Integer>
data()
boolean
equals(Object o)
int
hashCode()
static long
nativeCreateFactory0(long arg00, boolean arg11)
static @com.alibaba.fastffi.CXXReference long
nativeData(long ptr)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
data
public GSVertexArray<Integer> data()
- Specified by:
data
in interfaceFFIVertexDataContext<ArrowProjectedFragment<Long,Long,Integer,Integer>,Integer>
-
nativeData
public static @com.alibaba.fastffi.CXXReference long nativeData(long ptr)
-
nativeCreateFactory0
public static long nativeCreateFactory0(long arg00, boolean arg11)
-
-