Package org.apache.nemo.runtime.executor.data.block
-
Interface Summary Interface Description Block<K extends java.io.Serializable> This interface represents a block, which is the output of a specific task. -
Class Summary Class Description FileBlock<K extends java.io.Serializable> This class represents a block which is stored in (local or remote) file.NonSerializedMemoryBlock<K extends java.io.Serializable> This class represents a block which is stored in local memory and not serialized.SerializedMemoryBlock<K extends java.io.Serializable> This class represents a block which is serialized and stored in local memory.