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
-
Constructor Summary
Constructors Constructor Description Wrapper()
-
Method Summary
Modifier and Type Method Description boolean
isStoringEnabled()
boolean
isWritable()
void
validateIsWritable()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.persistence.types.PersistenceWriteController
validateIsStoringEnabled
-
Constructor Details
-
Wrapper
public Wrapper()
-
-
Method Details
-
validateIsWritable
public final void validateIsWritable()- Specified by:
validateIsWritable
in interfaceWriteController
-
isWritable
public final boolean isWritable()- Specified by:
isWritable
in interfaceWriteController
-
isStoringEnabled
public final boolean isStoringEnabled()- Specified by:
isStoringEnabled
in interfacePersistenceWriteController
-