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