Package com.alibaba.graphscope.graphx
Interface GraphXRawData<OID_T,VID_T,VD_T,ED_T>
-
- All Superinterfaces:
com.alibaba.fastffi.FFIPointer
,FFIType
,Serializable
- All Known Implementing Classes:
GraphXRawData_cxx_0x78c6729b
,GraphXRawData_cxx_0x9daee519
public interface GraphXRawData<OID_T,VID_T,VD_T,ED_T> extends com.alibaba.fastffi.FFIPointer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long
getEdgeNum()
@com.alibaba.fastffi.FFINameAlias("GetVertexNum") long
getVertexNum()
long
id()
-