Interface EdgeChunkWriter.Factory

  • Enclosing interface:
    EdgeChunkWriter

    public static interface EdgeChunkWriter.Factory
    • Method Detail

      • create

        EdgeChunkWriter create​(StdSharedPtr<EdgeInfo> edgeInfo,
                               StdString prefix,
                               AdjListType adjListType)
        Initialize the EdgeChunkWriter.
        Parameters:
        edgeInfo - The edge info that describes the edge type.
        prefix - The absolute prefix.
        adjListType - The adj list type for the edges.