Package one.microstream.storage.types
Interface StorageTransactionFileEntry
- All Known Implementing Classes:
StorageTransactionFileEntry.Default
public interface StorageTransactionFileEntry
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 classStorageTransactionFileEntry.Default -
Method Summary
Modifier and Type Method Description longfileNumber()booleanisDeleted()longlength()
-
Method Details
-
fileNumber
long fileNumber() -
length
long length() -
isDeleted
boolean isDeleted()
-