Interface ImmutableCSR<VID_T,​ED>

  • All Superinterfaces:
    com.alibaba.fastffi.FFIPointer, FFIType, Serializable

    public interface ImmutableCSR<VID_T,​ED>
    extends com.alibaba.fastffi.FFIPointer
    • Method Detail

      • vertexNum

        VID_T vertexNum()
      • edgeNum

        @com.alibaba.fastffi.FFINameAlias("edge_num") long edgeNum()
      • degree

        @com.alibaba.fastffi.FFINameAlias("degree") int degree​(VID_T lid)
      • isEmpty

        @com.alibaba.fastffi.FFINameAlias("is_empty") boolean isEmpty​(VID_T lid)