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 int
HASH_SHIFT
static int
SIZE
-
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 boolean
equals(Object o)
@com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long
getEdgeNum()
@com.alibaba.fastffi.FFINameAlias("GetVertexNum") long
getVertexNum()
int
hashCode()
long
id()
static @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long
nativeGetEdgeNum(long ptr)
static @com.alibaba.fastffi.FFINameAlias("GetVertexNum") long
nativeGetVertexNum(long ptr)
static long
nativeId(long ptr)
String
toString()
-
Methods inherited from class com.alibaba.fastffi.FFIPointerImpl
getAddress
-
-
-
-
Method Detail
-
getEdgeNum
public @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long getEdgeNum()
- Specified by:
getEdgeNum
in 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:
getVertexNum
in interfaceGraphXRawData<Long,Long,Integer,Integer>
-
nativeGetVertexNum
public static @com.alibaba.fastffi.FFINameAlias("GetVertexNum") long nativeGetVertexNum(long ptr)
-
nativeId
public static long nativeId(long ptr)
-
-