Uses of Class
org.apache.hugegraph.computer.core.store.SuperstepFileGenerator
-
-
Uses of SuperstepFileGenerator in org.apache.hugegraph.computer.core.receiver
Fields in org.apache.hugegraph.computer.core.receiver declared as SuperstepFileGenerator Modifier and Type Field Description protected SuperstepFileGeneratorMessageRecvPartitions. fileGeneratorConstructors in org.apache.hugegraph.computer.core.receiver with parameters of type SuperstepFileGenerator Constructor Description MessageRecvPartition(org.apache.hugegraph.computer.core.config.Config config, SuperstepFileGenerator fileGenerator, SortManager sortManager, boolean withSubKv)MessageRecvPartitions(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager) -
Uses of SuperstepFileGenerator in org.apache.hugegraph.computer.core.receiver.edge
Constructors in org.apache.hugegraph.computer.core.receiver.edge with parameters of type SuperstepFileGenerator Constructor Description EdgeMessageRecvPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)EdgeMessageRecvPartitions(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager) -
Uses of SuperstepFileGenerator in org.apache.hugegraph.computer.core.receiver.message
Constructors in org.apache.hugegraph.computer.core.receiver.message with parameters of type SuperstepFileGenerator Constructor Description ComputeMessageRecvPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)ComputeMessageRecvPartitions(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager) -
Uses of SuperstepFileGenerator in org.apache.hugegraph.computer.core.receiver.vertex
Constructors in org.apache.hugegraph.computer.core.receiver.vertex with parameters of type SuperstepFileGenerator Constructor Description VertexMessageRecvPartition(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)VertexMessageRecvPartitions(org.apache.hugegraph.computer.core.common.ComputerContext context, SuperstepFileGenerator fileGenerator, SortManager sortManager)
-