Interface EdgeFetcher
-
- All Superinterfaces:
ElementFetcher<org.apache.hugegraph.structure.graph.Edge>,java.util.Iterator<org.apache.hugegraph.structure.graph.Edge>
- All Known Implementing Classes:
FileEdgeFetcher,HugeEdgeFetcher
public interface EdgeFetcher extends ElementFetcher<org.apache.hugegraph.structure.graph.Edge>
Streamed read the data of each input split, and return one HugeEdge object at each iteration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface org.apache.hugegraph.computer.core.input.ElementFetcher
prepareLoadInputSplit
-
-