Class PersistenceWriteController.Disabled
java.lang.Object
one.microstream.persistence.types.PersistenceWriteController.Disabled
- All Implemented Interfaces:
WriteController
,PersistenceWriteController
- Enclosing interface:
- PersistenceWriteController
public static final class PersistenceWriteController.Disabled 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 Disabled()
-
Method Summary
Modifier and Type Method Description boolean
isStoringEnabled()
boolean
isWritable()
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
-
Disabled
public Disabled()
-
-
Method Details
-
isWritable
public final boolean isWritable()- Specified by:
isWritable
in interfaceWriteController
-
isStoringEnabled
public final boolean isStoringEnabled()- Specified by:
isStoringEnabled
in interfacePersistenceWriteController
-