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.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)voidregisterStorer(PersistenceStorer storer)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.persistence.types.PersistenceLiveStorerRegistry
observeCreatedStorer
-
Method Details
-
registerStorer
- Specified by:
registerStorerin interfacePersistenceLiveStorerRegistry
-
clearGroupAndAdvance
public boolean clearGroupAndAdvance(long oldGroupId, long newGroupId)- Specified by:
clearGroupAndAdvancein interfacePersistenceLiveStorerRegistry
-