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 SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteControllerPersistenceWriteController.Disabled, PersistenceWriteController.EnabledNested classes/interfaces inherited from interface one.microstream.storage.types.StorageWriteControllerStorageWriteController.Wrapper
- 
Constructor SummaryConstructors Constructor Description Wrapper()
- 
Method SummaryModifier and Type Method Description booleanisBackupEnabled()booleanisDeletionDirectoryEnabled()booleanisFileCleanupEnabled()booleanisFileDeletionEnabled()booleanisStoringEnabled()booleanisWritable()voidvalidateIsStoringEnabled()voidvalidateIsWritable()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageWriteControllervalidateIsBackupEnabled, validateIsDeletionDirectoryEnabled, validateIsFileCleanupEnabled, validateIsFileDeletionEnabled
- 
Constructor Details- 
Wrapperpublic Wrapper()
 
- 
- 
Method Details- 
validateIsWritablepublic final void validateIsWritable()- Specified by:
- validateIsWritablein interface- WriteController
 
- 
isWritablepublic final boolean isWritable()- Specified by:
- isWritablein interface- WriteController
 
- 
validateIsStoringEnabledpublic final void validateIsStoringEnabled()- Specified by:
- validateIsStoringEnabledin interface- PersistenceWriteController
 
- 
isStoringEnabledpublic final boolean isStoringEnabled()- Specified by:
- isStoringEnabledin interface- PersistenceWriteController
 
- 
isFileCleanupEnabledpublic final boolean isFileCleanupEnabled()- Specified by:
- isFileCleanupEnabledin interface- StorageWriteController
 
- 
isBackupEnabledpublic final boolean isBackupEnabled()- Specified by:
- isBackupEnabledin interface- StorageWriteController
 
- 
isDeletionDirectoryEnabledpublic final boolean isDeletionDirectoryEnabled()- Specified by:
- isDeletionDirectoryEnabledin interface- StorageWriteController
 
- 
isFileDeletionEnabledpublic final boolean isFileDeletionEnabled()- Specified by:
- isFileDeletionEnabledin interface- StorageWriteController
 
 
-