Class AbstractBlockStore
- java.lang.Object
-
- org.apache.nemo.runtime.executor.data.stores.AbstractBlockStore
-
- All Implemented Interfaces:
BlockStore
- Direct Known Subclasses:
GlusterFileStore
,LocalBlockStore
public abstract class AbstractBlockStore extends java.lang.Object implements BlockStore
This abstract class represents a defaultBlockStore
, which contains other components used in each implementation ofBlockStore
.
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.nemo.runtime.executor.data.stores.BlockStore
createBlock, deleteBlock, readBlock, writeBlock
-
-