Interface VertexIter.Factory

  • Enclosing interface:
    VertexIter

    public static interface VertexIter.Factory
    The add operator.
    • Method Detail

      • create

        VertexIter create​(StdSharedPtr<VertexInfo> vertexInfo,
                          StdString prefix,
                          @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long offset)
        Initialize the iterator.
        Parameters:
        vertexInfo - The vertex info that describes the vertex type.
        prefix - The absolute prefix.
        offset - The current offset of the readers.