Interface GraphXRawData<OID_T,​VID_T,​VD_T,​ED_T>

    • 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()  
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • id

        long id()
      • getEdgeNum

        @com.alibaba.fastffi.FFINameAlias("GetEdgeNum") long getEdgeNum()
      • getVertexNum

        @com.alibaba.fastffi.FFINameAlias("GetVertexNum") long getVertexNum()