Uses of Interface
org.apache.hugegraph.computer.core.rpc.InputSplitRpcService
-
-
Uses of InputSplitRpcService in org.apache.hugegraph.computer.core.input
Classes in org.apache.hugegraph.computer.core.input that implement InputSplitRpcService Modifier and Type Class Description classMasterInputHandlerMethods in org.apache.hugegraph.computer.core.input with parameters of type InputSplitRpcService Modifier and Type Method Description static GraphFetcherInputSourceFactory. createGraphFetcher(org.apache.hugegraph.computer.core.config.Config config, InputSplitRpcService srv)voidWorkerInputManager. service(InputSplitRpcService rpcService) -
Uses of InputSplitRpcService in org.apache.hugegraph.computer.core.input.hg
Constructors in org.apache.hugegraph.computer.core.input.hg with parameters of type InputSplitRpcService Constructor Description HugeGraphFetcher(org.apache.hugegraph.computer.core.config.Config config, InputSplitRpcService rpcService) -
Uses of InputSplitRpcService in org.apache.hugegraph.computer.core.input.loader
Constructors in org.apache.hugegraph.computer.core.input.loader with parameters of type InputSplitRpcService Constructor Description LoaderGraphFetcher(org.apache.hugegraph.computer.core.config.Config config, InputSplitRpcService rpcService) -
Uses of InputSplitRpcService in org.apache.hugegraph.computer.core.rpc
Methods in org.apache.hugegraph.computer.core.rpc that return InputSplitRpcService Modifier and Type Method Description InputSplitRpcServiceWorkerRpcManager. inputSplitService()Methods in org.apache.hugegraph.computer.core.rpc with parameters of type InputSplitRpcService Modifier and Type Method Description voidMasterRpcManager. registerInputSplitService(InputSplitRpcService service) -
Uses of InputSplitRpcService in org.apache.hugegraph.computer.core.worker.load
Methods in org.apache.hugegraph.computer.core.worker.load with parameters of type InputSplitRpcService Modifier and Type Method Description voidLoadService. rpcService(InputSplitRpcService rpcService)
-