Interface VertexFetcher
-
- All Superinterfaces:
ElementFetcher<org.apache.hugegraph.structure.graph.Vertex>,java.util.Iterator<org.apache.hugegraph.structure.graph.Vertex>
- All Known Implementing Classes:
FileVertxFetcher,HugeVertexFetcher
public interface VertexFetcher extends ElementFetcher<org.apache.hugegraph.structure.graph.Vertex>
Streamed read the data of each input split, and return one HugeVertex 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
-
-