Class PersistenceWriteController.Wrapper
java.lang.Object
one.microstream.persistence.types.PersistenceWriteController.Wrapper
- All Implemented Interfaces:
- WriteController,- PersistenceWriteController
- Enclosing interface:
- PersistenceWriteController
public static final class PersistenceWriteController.Wrapper extends Object implements PersistenceWriteController
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteControllerPersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
- 
Constructor SummaryConstructors Constructor Description Wrapper()
- 
Method SummaryModifier and Type Method Description booleanisStoringEnabled()booleanisWritable()voidvalidateIsWritable()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceWriteControllervalidateIsStoringEnabled
- 
Constructor Details- 
Wrapperpublic Wrapper()
 
- 
- 
Method Details- 
validateIsWritablepublic final void validateIsWritable()- Specified by:
- validateIsWritablein interface- WriteController
 
- 
isWritablepublic final boolean isWritable()- Specified by:
- isWritablein interface- WriteController
 
- 
isStoringEnabledpublic final boolean isStoringEnabled()- Specified by:
- isStoringEnabledin interface- PersistenceWriteController
 
 
-