Package org.apache.graphar.edges
Interface Edge.Factory
-
- Enclosing interface:
- Edge
public static interface Edge.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Edge
create(AdjListArrowChunkReader adjListReader, StdVector<AdjListPropertyArrowChunkReader> propertyReaders)
Initialize the Edge.
-
-
-
Method Detail
-
create
Edge create(AdjListArrowChunkReader adjListReader, StdVector<AdjListPropertyArrowChunkReader> propertyReaders)
Initialize the Edge.- Parameters:
adjListReader
- The reader for reading the adjList.propertyReaders
- A set of readers for reading the edge properties.
-
-