Package com.alibaba.graphscope.graphx
Class GraphXRawData_cxx_0x9daee519
- java.lang.Object
-
- com.alibaba.fastffi.FFIPointerImpl
-
- com.alibaba.graphscope.graphx.GraphXRawData_cxx_0x9daee519
-
- All Implemented Interfaces:
com.alibaba.fastffi.FFIPointer,FFIType,GraphXRawData<Long,Long,Integer,Integer>,Serializable
public class GraphXRawData_cxx_0x9daee519 extends FFIPointerImpl implements GraphXRawData<Long,Long,Integer,Integer>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intHASH_SHIFTstatic intSIZE-
Fields inherited from class com.alibaba.fastffi.FFIPointerImpl
address
-
-
Constructor Summary
Constructors Constructor Description GraphXRawData_cxx_0x9daee519(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@com.alibaba.fastffi.FFINameAlias("GetEdgeNum") longgetEdgeNum()@com.alibaba.fastffi.FFINameAlias("GetVertexNum") longgetVertexNum()inthashCode()longid()static @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") longnativeGetEdgeNum(long ptr)static @com.alibaba.fastffi.FFINameAlias("GetVertexNum") longnativeGetVertexNum(long ptr)static longnativeId(long ptr)StringtoString()-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getEdgeNum
public @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long getEdgeNum()- Specified by:
getEdgeNumin interfaceGraphXRawData<Long,Long,Integer,Integer>
-
nativeGetEdgeNum
public static @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long nativeGetEdgeNum(long ptr)
-
getVertexNum
public @com.alibaba.fastffi.FFINameAlias("GetVertexNum") long getVertexNum()- Specified by:
getVertexNumin interfaceGraphXRawData<Long,Long,Integer,Integer>
-
nativeGetVertexNum
public static @com.alibaba.fastffi.FFINameAlias("GetVertexNum") long nativeGetVertexNum(long ptr)
-
nativeId
public static long nativeId(long ptr)
-
-