Class PersistenceLiveStorerRegistry.Default
java.lang.Object
one.microstream.persistence.types.PersistenceLiveStorerRegistry.Default
- All Implemented Interfaces:
PersistenceLiveStorerRegistry
,PersistenceStorer.CreationObserver
- Enclosing interface:
- PersistenceLiveStorerRegistry
public static final class PersistenceLiveStorerRegistry.Default extends Object implements PersistenceLiveStorerRegistry
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceLiveStorerRegistry
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)
void
registerStorer(PersistenceStorer storer)
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.PersistenceLiveStorerRegistry
observeCreatedStorer
-
Method Details
-
registerStorer
- Specified by:
registerStorer
in interfacePersistenceLiveStorerRegistry
-
clearGroupAndAdvance
public boolean clearGroupAndAdvance(long oldGroupId, long newGroupId)- Specified by:
clearGroupAndAdvance
in interfacePersistenceLiveStorerRegistry
-