Uses of Class
org.apache.hugegraph.computer.core.graph.partition.PartitionStat
-
Packages that use PartitionStat Package Description org.apache.hugegraph.computer.core.compute org.apache.hugegraph.computer.core.graph org.apache.hugegraph.computer.core.worker -
-
Uses of PartitionStat in org.apache.hugegraph.computer.core.compute
Methods in org.apache.hugegraph.computer.core.compute that return PartitionStat Modifier and Type Method Description protected PartitionStatFileGraphPartition. compute(org.apache.hugegraph.computer.core.worker.WorkerContext context, int superstep)protected PartitionStatFileGraphPartition. input(PeekableIterator<KvEntry> vertices, PeekableIterator<KvEntry> edges)protected PartitionStatFileGraphPartition. output() -
Uses of PartitionStat in org.apache.hugegraph.computer.core.graph
Methods in org.apache.hugegraph.computer.core.graph with parameters of type PartitionStat Modifier and Type Method Description voidSuperstepStat. increase(PartitionStat partitionStat) -
Uses of PartitionStat in org.apache.hugegraph.computer.core.worker
Methods in org.apache.hugegraph.computer.core.worker that return PartitionStat Modifier and Type Method Description PartitionStatWorkerStat. get(int index)Methods in org.apache.hugegraph.computer.core.worker that return types with arguments of type PartitionStat Modifier and Type Method Description java.util.Iterator<PartitionStat>WorkerStat. iterator()Methods in org.apache.hugegraph.computer.core.worker with parameters of type PartitionStat Modifier and Type Method Description voidWorkerStat. add(PartitionStat stat)
-