Package one.microstream.storage.types
Class StorageRootOidSelector.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageRootOidSelector.Default
-
- All Implemented Interfaces:
one.microstream.functional._longProcedure,StorageRootOidSelector
- Enclosing interface:
- StorageRootOidSelector
public static final class StorageRootOidSelector.Default extends Object implements StorageRootOidSelector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRootOidSelector
StorageRootOidSelector.Default, StorageRootOidSelector.Provider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(long rootOid)voidreset()longyield()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageRootOidSelector
acceptGlobal, resetGlobal, yieldGlobal
-
-
-
-
Method Detail
-
accept
public final void accept(long rootOid)
- Specified by:
acceptin interfaceone.microstream.functional._longProcedure
-
reset
public final void reset()
- Specified by:
resetin interfaceStorageRootOidSelector
-
yield
public final long yield()
- Specified by:
yieldin interfaceStorageRootOidSelector
-
-