Interface AdjListChunkInfoReader.Factory
-
- Enclosing interface:
- AdjListChunkInfoReader
public static interface AdjListChunkInfoReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjListChunkInfoReadercreate(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)Initialize the AdjListChunkInfoReader.
-
-
-
Method Detail
-
create
AdjListChunkInfoReader create(StdSharedPtr<EdgeInfo> edgeInfo, AdjListType adjListType, StdString prefix)
Initialize the AdjListChunkInfoReader.- Parameters:
edgeInfo- The edge info that describes the edge type.adjListType- The adj list type for the edges.prefix- The absolute prefix of the graph.
-
-