Uses of Interface
org.apache.hugegraph.computer.core.rpc.AggregateRpcService
-
Packages that use AggregateRpcService Package Description org.apache.hugegraph.computer.core.aggregator org.apache.hugegraph.computer.core.rpc -
-
Uses of AggregateRpcService in org.apache.hugegraph.computer.core.aggregator
Methods in org.apache.hugegraph.computer.core.aggregator that return AggregateRpcService Modifier and Type Method Description AggregateRpcServiceMasterAggrManager. handler()Methods in org.apache.hugegraph.computer.core.aggregator with parameters of type AggregateRpcService Modifier and Type Method Description <V extends org.apache.hugegraph.computer.core.graph.value.Value>
org.apache.hugegraph.computer.core.aggregator.Aggregator<V>Aggregators. get(java.lang.String name, AggregateRpcService service)voidWorkerAggrManager. service(AggregateRpcService service) -
Uses of AggregateRpcService in org.apache.hugegraph.computer.core.rpc
Methods in org.apache.hugegraph.computer.core.rpc that return AggregateRpcService Modifier and Type Method Description AggregateRpcServiceWorkerRpcManager. aggregateRpcService()Methods in org.apache.hugegraph.computer.core.rpc with parameters of type AggregateRpcService Modifier and Type Method Description voidMasterRpcManager. registerAggregatorService(AggregateRpcService service)
-