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 Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper - 
Method Summary
Modifier and Type Method Description booleanisStoringEnabled()booleanisWritable()voidvalidateIsWritable()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceWriteController
validateIsStoringEnabled 
- 
Method Details
- 
validateIsWritable
public final void validateIsWritable()- Specified by:
 validateIsWritablein interfaceWriteController
 - 
isWritable
public final boolean isWritable()- Specified by:
 isWritablein interfaceWriteController
 - 
isStoringEnabled
public final boolean isStoringEnabled()- Specified by:
 isStoringEnabledin interfacePersistenceWriteController
 
 -