Package one.microstream.storage.types
Interface StorageTransactionEntry
- All Known Implementing Classes:
StorageTransactionEntry.Default
public interface StorageTransactionEntry
The representation of a data file inside a transactions file, accumulated from multiple transactions entries.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageTransactionEntry.Default
-
Method Summary
Modifier and Type Method Description long
fileNumber()
boolean
isDeleted()
default boolean
isEmpty()
long
length()
-
Method Details
-
fileNumber
long fileNumber() -
length
long length() -
isDeleted
boolean isDeleted() -
isEmpty
default boolean isEmpty()
-