Uses of Class
org.apache.hugegraph.computer.core.sort.sorting.SortManager
-
-
Uses of SortManager in org.apache.hugegraph.computer.core.receiver
Fields in org.apache.hugegraph.computer.core.receiver declared as SortManager Modifier and Type Field Description protected SortManagerMessageRecvPartitions. sortManagerConstructors in org.apache.hugegraph.computer.core.receiver with parameters of type SortManager Constructor Description MessageRecvManager(org.apache.hugegraph.computer.core.common.ComputerContext context, FileManager fileManager, SortManager sortManager)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 SortManager in org.apache.hugegraph.computer.core.receiver.edge
Constructors in org.apache.hugegraph.computer.core.receiver.edge with parameters of type SortManager 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 SortManager in org.apache.hugegraph.computer.core.receiver.message
Constructors in org.apache.hugegraph.computer.core.receiver.message with parameters of type SortManager 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 SortManager in org.apache.hugegraph.computer.core.receiver.vertex
Constructors in org.apache.hugegraph.computer.core.receiver.vertex with parameters of type SortManager 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) -
Uses of SortManager in org.apache.hugegraph.computer.core.sender
Constructors in org.apache.hugegraph.computer.core.sender with parameters of type SortManager Constructor Description MessageSendManager(org.apache.hugegraph.computer.core.common.ComputerContext context, SortManager sortManager, MessageSender sender) -
Uses of SortManager in org.apache.hugegraph.computer.core.sort.sorting
Subclasses of SortManager in org.apache.hugegraph.computer.core.sort.sorting Modifier and Type Class Description classRecvSortManagerclassSendSortManager
-