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.Enabled
Nested 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 boolean
isBackupEnabled()
boolean
isDeletionDirectoryEnabled()
boolean
isFileCleanupEnabled()
boolean
isFileDeletionEnabled()
boolean
isStoringEnabled()
boolean
isWritable()
void
validateIsStoringEnabled()
void
validateIsWritable()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
validateIsWritable
in interfaceWriteController
-
isWritable
public final boolean isWritable()- Specified by:
isWritable
in interfaceWriteController
-
validateIsStoringEnabled
public final void validateIsStoringEnabled()- Specified by:
validateIsStoringEnabled
in interfacePersistenceWriteController
-
isStoringEnabled
public final boolean isStoringEnabled()- Specified by:
isStoringEnabled
in interfacePersistenceWriteController
-
isFileCleanupEnabled
public final boolean isFileCleanupEnabled()- Specified by:
isFileCleanupEnabled
in interfaceStorageWriteController
-
isBackupEnabled
public final boolean isBackupEnabled()- Specified by:
isBackupEnabled
in interfaceStorageWriteController
-
isDeletionDirectoryEnabled
public final boolean isDeletionDirectoryEnabled()- Specified by:
isDeletionDirectoryEnabled
in interfaceStorageWriteController
-
isFileDeletionEnabled
public final boolean isFileDeletionEnabled()- Specified by:
isFileDeletionEnabled
in interfaceStorageWriteController
-