Uses of Interface
org.apache.hugegraph.computer.core.manager.Manager
-
-
Uses of Manager in org.apache.hugegraph.computer.core.aggregator
Classes in org.apache.hugegraph.computer.core.aggregator that implement Manager Modifier and Type Class Description classMasterAggrManagerAggregator manager manages aggregators in master.classWorkerAggrManagerAggregator manager manages aggregators in worker. -
Uses of Manager in org.apache.hugegraph.computer.core.input
Classes in org.apache.hugegraph.computer.core.input that implement Manager Modifier and Type Class Description classMasterInputManagerclassWorkerInputManager -
Uses of Manager in org.apache.hugegraph.computer.core.manager
Methods in org.apache.hugegraph.computer.core.manager with type parameters of type Manager Modifier and Type Method Description <T extends Manager>
TManagers. get(java.lang.String name)Methods in org.apache.hugegraph.computer.core.manager that return types with arguments of type Manager Modifier and Type Method Description java.util.Collection<Manager>Managers. all()java.util.Iterator<Manager>Managers. iterator()Methods in org.apache.hugegraph.computer.core.manager with parameters of type Manager Modifier and Type Method Description voidManagers. add(Manager manager) -
Uses of Manager in org.apache.hugegraph.computer.core.network
Classes in org.apache.hugegraph.computer.core.network that implement Manager Modifier and Type Class Description classDataClientManagerclassDataServerManager -
Uses of Manager in org.apache.hugegraph.computer.core.receiver
Classes in org.apache.hugegraph.computer.core.receiver that implement Manager Modifier and Type Class Description classMessageRecvManager -
Uses of Manager in org.apache.hugegraph.computer.core.rpc
Classes in org.apache.hugegraph.computer.core.rpc that implement Manager Modifier and Type Class Description classMasterRpcManagerclassWorkerRpcManager -
Uses of Manager in org.apache.hugegraph.computer.core.sender
Classes in org.apache.hugegraph.computer.core.sender that implement Manager Modifier and Type Class Description classMessageSendManager -
Uses of Manager in org.apache.hugegraph.computer.core.sort.sorting
Classes in org.apache.hugegraph.computer.core.sort.sorting that implement Manager Modifier and Type Class Description classRecvSortManagerclassSendSortManagerclassSortManager -
Uses of Manager in org.apache.hugegraph.computer.core.store
Classes in org.apache.hugegraph.computer.core.store that implement Manager Modifier and Type Class Description classFileManager
-