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 classPersistenceLiveStorerRegistry.DefaultNested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceStorer.CreationObserver
PersistenceStorer.CreationObserver.Chaining -
Method Summary
Modifier and Type Method Description booleanclearGroupAndAdvance(long oldGroupId, long newGroupId)static PersistenceLiveStorerRegistryNew()default voidobserveCreatedStorer(PersistenceStorer storer)voidregisterStorer(PersistenceStorer storer)
-
Method Details
-
observeCreatedStorer
- Specified by:
observeCreatedStorerin interfacePersistenceStorer.CreationObserver
-
registerStorer
-
clearGroupAndAdvance
boolean clearGroupAndAdvance(long oldGroupId, long newGroupId) -
New
-