Package org.apache.nemo.runtime.executor.data.stores
-
Interface Summary Interface Description BlockStore Interface forBlock
placement.RemoteFileStore Interface for remote block stores (e.g., GlusterFS, ...). -
Class Summary Class Description AbstractBlockStore This abstract class represents a defaultBlockStore
, which contains other components used in each implementation ofBlockStore
.GlusterFileStore Stores blocks in a mounted GlusterFS volume.LocalBlockStore This abstract class representsBlockStore
which contains the (meta)data of theBlock
s in local.LocalFileStore Stores blocks in local files.MemoryStore Store data in local memory.SerializedMemoryStore Serialize and store data in local memory.