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 class
StorageTransactionFileEntry.Default
-
Method Summary
Modifier and Type Method Description long
fileNumber()
boolean
isDeleted()
long
length()
-
Method Details
-
fileNumber
long fileNumber() -
length
long length() -
isDeleted
boolean isDeleted()
-