Uses of Class
org.apache.hugegraph.computer.core.worker.WorkerStat
-
Packages that use WorkerStat Package Description org.apache.hugegraph.computer.core.bsp org.apache.hugegraph.computer.core.compute org.apache.hugegraph.computer.core.graph -
-
Uses of WorkerStat in org.apache.hugegraph.computer.core.bsp
Methods in org.apache.hugegraph.computer.core.bsp that return types with arguments of type WorkerStat Modifier and Type Method Description java.util.List<WorkerStat>Bsp4Master. waitWorkersStepDone(int superstep)Wait workers finish specified superstep.Methods in org.apache.hugegraph.computer.core.bsp with parameters of type WorkerStat Modifier and Type Method Description voidBsp4Worker. workerStepDone(int superstep, WorkerStat workerStat)Worker set this signal after sent all messages to corresponding workers and sent aggregators to master. -
Uses of WorkerStat in org.apache.hugegraph.computer.core.compute
Methods in org.apache.hugegraph.computer.core.compute that return WorkerStat Modifier and Type Method Description WorkerStatComputeManager. compute(org.apache.hugegraph.computer.core.worker.WorkerContext context, int superstep)WorkerStatComputeManager. input() -
Uses of WorkerStat in org.apache.hugegraph.computer.core.graph
Methods in org.apache.hugegraph.computer.core.graph with parameters of type WorkerStat Modifier and Type Method Description voidSuperstepStat. increase(WorkerStat workerStat)Method parameters in org.apache.hugegraph.computer.core.graph with type arguments of type WorkerStat Modifier and Type Method Description static SuperstepStatSuperstepStat. from(java.util.List<WorkerStat> workerStats)
-