Package one.microstream.storage.types
Interface StorageWriteController
- All Superinterfaces:
PersistenceWriteController,WriteController
- All Known Implementing Classes:
StorageWriteController.Wrapper
public interface StorageWriteController extends PersistenceWriteController
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageWriteController.WrapperNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled -
Method Summary
Modifier and Type Method Description booleanisBackupEnabled()booleanisDeletionDirectoryEnabled()booleanisFileCleanupEnabled()booleanisFileDeletionEnabled()default voidvalidateIsBackupEnabled()default voidvalidateIsDeletionDirectoryEnabled()default voidvalidateIsFileCleanupEnabled()default voidvalidateIsFileDeletionEnabled()static StorageWriteControllerWrap(WriteController writeController)Methods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled
-
Method Details
-
validateIsFileCleanupEnabled
default void validateIsFileCleanupEnabled() -
isFileCleanupEnabled
boolean isFileCleanupEnabled() -
validateIsBackupEnabled
default void validateIsBackupEnabled() -
isBackupEnabled
boolean isBackupEnabled() -
validateIsDeletionDirectoryEnabled
default void validateIsDeletionDirectoryEnabled() -
isDeletionDirectoryEnabled
boolean isDeletionDirectoryEnabled() -
validateIsFileDeletionEnabled
default void validateIsFileDeletionEnabled() -
isFileDeletionEnabled
boolean isFileDeletionEnabled() -
Wrap
-