Package one.microstream.storage.types
Class StorageTransactionEntry.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageTransactionEntry.Default
-
- All Implemented Interfaces:
StorageTransactionEntry
- Enclosing interface:
- StorageTransactionEntry
public static final class StorageTransactionEntry.Default extends Object implements StorageTransactionEntry
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageTransactionEntry
StorageTransactionEntry.Default
-
-
Constructor Summary
Constructors Constructor Description Default(long fileNumber, long length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longfileNumber()booleanisDeleted()longlength()-
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.StorageTransactionEntry
isEmpty
-
-
-
-
Method Detail
-
fileNumber
public final long fileNumber()
- Specified by:
fileNumberin interfaceStorageTransactionEntry
-
length
public final long length()
- Specified by:
lengthin interfaceStorageTransactionEntry
-
isDeleted
public final boolean isDeleted()
- Specified by:
isDeletedin interfaceStorageTransactionEntry
-
-