Uses of Class
org.apache.nemo.runtime.executor.data.MemoryChunk
-
Packages that use MemoryChunk Package Description org.apache.nemo.runtime.executor.data org.apache.nemo.runtime.executor.data.partition -
-
Uses of MemoryChunk in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data that return MemoryChunk Modifier and Type Method Description MemoryChunk
MemoryPoolAssigner. allocateChunk()
Returns a singleMemoryChunk
fromMemoryPoolAssigner.MemoryPool
.MemoryChunk
MemoryChunk. duplicate()
Makes the duplicated instance of this MemoryChunk.Methods in org.apache.nemo.runtime.executor.data that return types with arguments of type MemoryChunk Modifier and Type Method Description java.util.List<MemoryChunk>
DirectByteBufferOutputStream. getMemoryChunkList()
Returns the list ofMemoryChunk
s that contains the written data.Method parameters in org.apache.nemo.runtime.executor.data with type arguments of type MemoryChunk Modifier and Type Method Description void
MemoryPoolAssigner. returnChunksToPool(java.lang.Iterable<MemoryChunk> target)
Returns all the MemoryChunks in the given List of MemoryChunks. -
Uses of MemoryChunk in org.apache.nemo.runtime.executor.data.partition
Constructor parameters in org.apache.nemo.runtime.executor.data.partition with type arguments of type MemoryChunk Constructor Description SerializedPartition(K key, java.util.List<MemoryChunk> serializedChunkList, int length, MemoryPoolAssigner memoryPoolAssigner)
Creates a serializedPartition
with actual data residing in off-heap region.
-