Uses of Class
org.apache.hugegraph.computer.core.graph.SuperstepStat
-
Packages that use SuperstepStat Package Description org.apache.hugegraph.computer.core.bsp org.apache.hugegraph.computer.core.graph -
-
Uses of SuperstepStat in org.apache.hugegraph.computer.core.bsp
Methods in org.apache.hugegraph.computer.core.bsp that return SuperstepStat Modifier and Type Method Description SuperstepStatBsp4Worker. waitMasterStepDone(int superstep)The master set this signal after all workers signaled superstepDone, and master computes MasterComputation, and broadcast all aggregators to works.Methods in org.apache.hugegraph.computer.core.bsp with parameters of type SuperstepStat Modifier and Type Method Description voidBsp4Master. masterStepDone(int superstep, SuperstepStat superstepStat)Master signals the workers that superstep done. -
Uses of SuperstepStat in org.apache.hugegraph.computer.core.graph
Methods in org.apache.hugegraph.computer.core.graph that return SuperstepStat Modifier and Type Method Description static SuperstepStatSuperstepStat. from(java.util.List<WorkerStat> workerStats)
-