Package one.microstream.storage.types
Class StorageEntity.MinObjectId
- java.lang.Object
-
- one.microstream.storage.types.StorageEntity.MinObjectId
-
- All Implemented Interfaces:
one.microstream.functional.ThrowingProcedure<StorageEntity,RuntimeException>
- Enclosing interface:
- StorageEntity
public static final class StorageEntity.MinObjectId extends Object implements one.microstream.functional.ThrowingProcedure<StorageEntity,RuntimeException>
-
-
Constructor Summary
Constructors Constructor Description MinObjectId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(StorageEntity e)StorageEntity.MinObjectIdreset()longyield()
-
-
-
Method Detail
-
reset
public final StorageEntity.MinObjectId reset()
-
accept
public final void accept(StorageEntity e)
- Specified by:
acceptin interfaceone.microstream.functional.ThrowingProcedure<StorageEntity,RuntimeException>
-
yield
public final long yield()
-
-