Uses of Interface
org.apache.hugegraph.computer.core.input.ElementFetcher
-
Packages that use ElementFetcher Package Description org.apache.hugegraph.computer.core.input org.apache.hugegraph.computer.core.input.hg org.apache.hugegraph.computer.core.input.loader -
-
Uses of ElementFetcher in org.apache.hugegraph.computer.core.input
Subinterfaces of ElementFetcher in org.apache.hugegraph.computer.core.input Modifier and Type Interface Description interfaceEdgeFetcherStreamed read the data of each input split, and return one HugeEdge object at each iterationinterfaceVertexFetcherStreamed read the data of each input split, and return one HugeVertex object at each iteration -
Uses of ElementFetcher in org.apache.hugegraph.computer.core.input.hg
Classes in org.apache.hugegraph.computer.core.input.hg that implement ElementFetcher Modifier and Type Class Description classHugeEdgeFetcherclassHugeElementFetcher<T>classHugeVertexFetcher -
Uses of ElementFetcher in org.apache.hugegraph.computer.core.input.loader
Classes in org.apache.hugegraph.computer.core.input.loader that implement ElementFetcher Modifier and Type Class Description classFileEdgeFetcherclassFileElementFetcher<T extends org.apache.hugegraph.structure.GraphElement>classFileVertxFetcher
-