Interface PersistenceLiveStorerRegistry
- All Superinterfaces:
PersistenceStorer.CreationObserver
- All Known Implementing Classes:
PersistenceLiveStorerRegistry.Default
public interface PersistenceLiveStorerRegistry extends PersistenceStorer.CreationObserver
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceLiveStorerRegistry.Default
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceStorer.CreationObserver
PersistenceStorer.CreationObserver.Chaining
-
Method Summary
Modifier and Type Method Description boolean
clearGroupAndAdvance(long oldGroupId, long newGroupId)
static PersistenceLiveStorerRegistry
New()
default void
observeCreatedStorer(PersistenceStorer storer)
void
registerStorer(PersistenceStorer storer)
-
Method Details
-
observeCreatedStorer
- Specified by:
observeCreatedStorer
in interfacePersistenceStorer.CreationObserver
-
registerStorer
-
clearGroupAndAdvance
boolean clearGroupAndAdvance(long oldGroupId, long newGroupId) -
New
-