@FunctionalInterface public interface PersistenceWriteController extends WriteController
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistenceWriteController.Disabled |
static class |
PersistenceWriteController.Enabled |
static class |
PersistenceWriteController.Wrapper |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceWriteController |
Disabled() |
static PersistenceWriteController |
Enabled() |
default boolean |
isStoringEnabled() |
default void |
validateIsStoringEnabled() |
static PersistenceWriteController |
Wrap(WriteController writeController) |
isWritable, validateIsWritabledefault void validateIsStoringEnabled()
default boolean isStoringEnabled()
static PersistenceWriteController Wrap(WriteController writeController)
static PersistenceWriteController Enabled()
Enabled in interface WriteControllerstatic PersistenceWriteController Disabled()
Disabled in interface WriteControllerCopyright © 2022 MicroStream Software. All rights reserved.