Uses of Interface
org.apache.hugegraph.computer.core.input.GraphFetcher
-
Packages that use GraphFetcher Package Description org.apache.hugegraph.computer.core.input org.apache.hugegraph.computer.core.input.hg org.apache.hugegraph.computer.core.input.loader -
-
Uses of GraphFetcher in org.apache.hugegraph.computer.core.input
Methods in org.apache.hugegraph.computer.core.input that return GraphFetcher Modifier and Type Method Description static GraphFetcherInputSourceFactory. createGraphFetcher(org.apache.hugegraph.computer.core.config.Config config, InputSplitRpcService srv) -
Uses of GraphFetcher in org.apache.hugegraph.computer.core.input.hg
Classes in org.apache.hugegraph.computer.core.input.hg that implement GraphFetcher Modifier and Type Class Description classHugeGraphFetcher -
Uses of GraphFetcher in org.apache.hugegraph.computer.core.input.loader
Classes in org.apache.hugegraph.computer.core.input.loader that implement GraphFetcher Modifier and Type Class Description classLoaderGraphFetcher
-