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