Uses of Class
org.apache.hugegraph.computer.core.input.InputSplit
-
-
Uses of InputSplit in org.apache.hugegraph.computer.core.input
Fields in org.apache.hugegraph.computer.core.input declared as InputSplit Modifier and Type Field Description static InputSplitInputSplit. END_SPLITMethods in org.apache.hugegraph.computer.core.input that return InputSplit Modifier and Type Method Description InputSplitGraphFetcher. nextEdgeInputSplit()InputSplitMasterInputHandler. nextEdgeInputSplit()InputSplitGraphFetcher. nextVertexInputSplit()InputSplitMasterInputHandler. nextVertexInputSplit()Methods in org.apache.hugegraph.computer.core.input that return types with arguments of type InputSplit Modifier and Type Method Description java.util.List<InputSplit>InputSplitFetcher. fetchEdgeInputSplits()Fetch all edge input splits just oncejava.util.List<InputSplit>InputSplitFetcher. fetchVertexInputSplits()Fetch all vertex input splits just onceMethods in org.apache.hugegraph.computer.core.input with parameters of type InputSplit Modifier and Type Method Description voidElementFetcher. prepareLoadInputSplit(InputSplit split)Set the current input split meta information to be loaded -
Uses of InputSplit in org.apache.hugegraph.computer.core.input.hg
Methods in org.apache.hugegraph.computer.core.input.hg that return InputSplit Modifier and Type Method Description InputSplitHugeGraphFetcher. nextEdgeInputSplit()InputSplitHugeGraphFetcher. nextVertexInputSplit()Methods in org.apache.hugegraph.computer.core.input.hg that return types with arguments of type InputSplit Modifier and Type Method Description java.util.List<InputSplit>HugeInputSplitFetcher. fetchEdgeInputSplits()java.util.List<InputSplit>HugeInputSplitFetcher. fetchVertexInputSplits()Methods in org.apache.hugegraph.computer.core.input.hg with parameters of type InputSplit Modifier and Type Method Description java.util.Iterator<org.apache.hugegraph.structure.graph.Edge>HugeEdgeFetcher. fetch(InputSplit split)abstract java.util.Iterator<T>HugeElementFetcher. fetch(InputSplit split)java.util.Iterator<org.apache.hugegraph.structure.graph.Vertex>HugeVertexFetcher. fetch(InputSplit split)voidHugeElementFetcher. prepareLoadInputSplit(InputSplit split)static org.apache.hugegraph.structure.graph.ShardHugeElementFetcher. toShard(InputSplit split) -
Uses of InputSplit in org.apache.hugegraph.computer.core.input.loader
Subclasses of InputSplit in org.apache.hugegraph.computer.core.input.loader Modifier and Type Class Description classFileInputSplitMethods in org.apache.hugegraph.computer.core.input.loader that return InputSplit Modifier and Type Method Description InputSplitLoaderGraphFetcher. nextEdgeInputSplit()InputSplitLoaderGraphFetcher. nextVertexInputSplit()Methods in org.apache.hugegraph.computer.core.input.loader that return types with arguments of type InputSplit Modifier and Type Method Description java.util.List<InputSplit>LoaderFileInputSplitFetcher. fetchEdgeInputSplits()java.util.List<InputSplit>LoaderFileInputSplitFetcher. fetchVertexInputSplits()Methods in org.apache.hugegraph.computer.core.input.loader with parameters of type InputSplit Modifier and Type Method Description voidFileElementFetcher. prepareLoadInputSplit(InputSplit split) -
Uses of InputSplit in org.apache.hugegraph.computer.core.rpc
Methods in org.apache.hugegraph.computer.core.rpc that return InputSplit Modifier and Type Method Description InputSplitInputSplitRpcService. nextEdgeInputSplit()InputSplitInputSplitRpcService. nextVertexInputSplit()
-