Uses of Class
org.apache.hugegraph.computer.core.sender.WriteBuffers
-
Packages that use WriteBuffers Package Description org.apache.hugegraph.computer.core.sender org.apache.hugegraph.computer.core.sort.sorting -
-
Uses of WriteBuffers in org.apache.hugegraph.computer.core.sender
Methods in org.apache.hugegraph.computer.core.sender that return WriteBuffers Modifier and Type Method Description WriteBuffersMessageSendPartition. buffersForCurrentThread()WriteBuffersMessageSendBuffers. get(int partitionId)Methods in org.apache.hugegraph.computer.core.sender that return types with arguments of type WriteBuffers Modifier and Type Method Description java.util.Collection<WriteBuffers>MessageSendPartition. buffers() -
Uses of WriteBuffers in org.apache.hugegraph.computer.core.sort.sorting
Methods in org.apache.hugegraph.computer.core.sort.sorting with parameters of type WriteBuffers Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.nio.ByteBuffer>SortManager. sort(MessageType type, WriteBuffers buffer)
-