Package one.microstream.storage.types
Interface StorageRootOidSelector
- All Superinterfaces:
_longProcedure
- All Known Implementing Classes:
StorageRootOidSelector.Default
public interface StorageRootOidSelector extends _longProcedure
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageRootOidSelector.Defaultstatic interfaceStorageRootOidSelector.Provider -
Method Summary
Modifier and Type Method Description default voidacceptGlobal(long rootOid)voidreset()default voidresetGlobal()longyield()default longyieldGlobal()
-
Method Details
-
reset
void reset() -
yield
long yield() -
resetGlobal
default void resetGlobal() -
acceptGlobal
default void acceptGlobal(long rootOid) -
yieldGlobal
default long yieldGlobal()
-