Uses of Class
org.apache.nemo.runtime.executor.data.MemoryAllocationException
-
Packages that use MemoryAllocationException Package Description org.apache.nemo.runtime.executor.data org.apache.nemo.runtime.executor.data.partition -
-
Uses of MemoryAllocationException in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data that throw MemoryAllocationException Modifier and Type Method Description MemoryChunk
MemoryPoolAssigner. allocateChunk()
Returns a singleMemoryChunk
fromMemoryPoolAssigner.MemoryPool
.static <K extends java.io.Serializable>
java.lang.Iterable<SerializedPartition<K>>DataUtil. convertToSerPartitions(Serializer serializer, java.lang.Iterable<NonSerializedPartition<K>> partitionsToConvert, MemoryPoolAssigner memoryPoolAssigner)
Converts the non-serializedPartition
s in an iterable to serialized partitions.Constructors in org.apache.nemo.runtime.executor.data that throw MemoryAllocationException Constructor Description DirectByteBufferOutputStream(MemoryPoolAssigner memoryPoolAssigner)
Default constructor. -
Uses of MemoryAllocationException in org.apache.nemo.runtime.executor.data.partition
Constructors in org.apache.nemo.runtime.executor.data.partition that throw MemoryAllocationException Constructor Description SerializedPartition(K key, Serializer serializer, MemoryPoolAssigner memoryPoolAssigner)
Creates a serializedPartition
without actual data.
-