Uses of Interface
org.apache.hugegraph.computer.core.input.VertexFetcher
-
Packages that use VertexFetcher Package Description org.apache.hugegraph.computer.core.input org.apache.hugegraph.computer.core.input.hg org.apache.hugegraph.computer.core.input.loader -
-
Uses of VertexFetcher in org.apache.hugegraph.computer.core.input
Methods in org.apache.hugegraph.computer.core.input that return VertexFetcher Modifier and Type Method Description VertexFetcherGraphFetcher. vertexFetcher() -
Uses of VertexFetcher in org.apache.hugegraph.computer.core.input.hg
Classes in org.apache.hugegraph.computer.core.input.hg that implement VertexFetcher Modifier and Type Class Description classHugeVertexFetcherMethods in org.apache.hugegraph.computer.core.input.hg that return VertexFetcher Modifier and Type Method Description VertexFetcherHugeGraphFetcher. vertexFetcher() -
Uses of VertexFetcher in org.apache.hugegraph.computer.core.input.loader
Classes in org.apache.hugegraph.computer.core.input.loader that implement VertexFetcher Modifier and Type Class Description classFileVertxFetcherMethods in org.apache.hugegraph.computer.core.input.loader that return VertexFetcher Modifier and Type Method Description VertexFetcherLoaderGraphFetcher. vertexFetcher()
-