Package one.microstream.storage.types
Class StorageWriteController.Wrapper
java.lang.Object
one.microstream.storage.types.StorageWriteController.Wrapper
- All Implemented Interfaces:
WriteController,PersistenceWriteController,StorageWriteController
- Enclosing interface:
- StorageWriteController
public static final class StorageWriteController.Wrapper extends Object implements StorageWriteController
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.EnabledNested classes/interfaces inherited from interface one.microstream.storage.types.StorageWriteController
StorageWriteController.Wrapper -
Constructor Summary
Constructors Constructor Description Wrapper() -
Method Summary
Modifier and Type Method Description booleanisBackupEnabled()booleanisDeletionDirectoryEnabled()booleanisFileCleanupEnabled()booleanisFileDeletionEnabled()booleanisStoringEnabled()booleanisWritable()voidvalidateIsStoringEnabled()voidvalidateIsWritable()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageWriteController
validateIsBackupEnabled, validateIsDeletionDirectoryEnabled, validateIsFileCleanupEnabled, validateIsFileDeletionEnabled
-
Constructor Details
-
Wrapper
public Wrapper()
-
-
Method Details
-
validateIsWritable
public final void validateIsWritable()- Specified by:
validateIsWritablein interfaceWriteController
-
isWritable
public final boolean isWritable()- Specified by:
isWritablein interfaceWriteController
-
validateIsStoringEnabled
public final void validateIsStoringEnabled()- Specified by:
validateIsStoringEnabledin interfacePersistenceWriteController
-
isStoringEnabled
public final boolean isStoringEnabled()- Specified by:
isStoringEnabledin interfacePersistenceWriteController
-
isFileCleanupEnabled
public final boolean isFileCleanupEnabled()- Specified by:
isFileCleanupEnabledin interfaceStorageWriteController
-
isBackupEnabled
public final boolean isBackupEnabled()- Specified by:
isBackupEnabledin interfaceStorageWriteController
-
isDeletionDirectoryEnabled
public final boolean isDeletionDirectoryEnabled()- Specified by:
isDeletionDirectoryEnabledin interfaceStorageWriteController
-
isFileDeletionEnabled
public final boolean isFileDeletionEnabled()- Specified by:
isFileDeletionEnabledin interfaceStorageWriteController
-