Package one.microstream.storage.types
Interface StorageWriteController
-
- All Superinterfaces:
one.microstream.persistence.types.PersistenceWriteController,one.microstream.afs.types.WriteController
- All Known Implementing Classes:
StorageWriteController.Wrapper,StorageWriteControllerReadOnlyMode
public interface StorageWriteController extends one.microstream.persistence.types.PersistenceWriteController
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageWriteController.Wrapper
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanisBackupEnabled()booleanisDeletionDirectoryEnabled()booleanisFileCleanupEnabled()booleanisFileDeletionEnabled()default voidvalidateIsBackupEnabled()default voidvalidateIsDeletionDirectoryEnabled()default voidvalidateIsFileCleanupEnabled()default voidvalidateIsFileDeletionEnabled()static StorageWriteControllerWrap(one.microstream.afs.types.WriteController writeController)
-
-
-
Method Detail
-
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
static StorageWriteController Wrap(one.microstream.afs.types.WriteController writeController)
-
-