com.datumbox.framework.common.storage.abstracts
Class AbstractFileStorageEngine<SC extends AbstractFileStorageConfiguration>
- java.lang.Object
-
- com.datumbox.framework.common.storage.abstracts.AbstractStorageEngine<SC>
-
- com.datumbox.framework.common.storage.abstracts.AbstractFileStorageEngine<SC>
-
- Type Parameters:
SC-
- All Implemented Interfaces:
- StorageEngine, java.lang.AutoCloseable
- Direct Known Subclasses:
- InMemoryEngine
public abstract class AbstractFileStorageEngine<SC extends AbstractFileStorageConfiguration> extends AbstractStorageEngine<SC>
Parent class of all File-based Storage Engines.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.datumbox.framework.common.storage.interfaces.StorageEngine
StorageEngine.MapType, StorageEngine.StorageHint
-
-
Method Summary
-
Methods inherited from class com.datumbox.framework.common.storage.abstracts.AbstractStorageEngine
close, getStorageName, isClosed
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.datumbox.framework.common.storage.interfaces.StorageEngine
clear, dropBigMap, existsObject, getBigMap, loadObject, rename, saveObject
-
-
DataMelt 3.0 © DataMelt by jWork.ORG