Package one.microstream.storage.types
Interface StorageTransactionsFileAnalysis
- All Known Implementing Classes:
StorageTransactionsFileAnalysis.Default
public interface StorageTransactionsFileAnalysis
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransactionsFileAnalysis.Defaultstatic classStorageTransactionsFileAnalysis.EntryAggregatorstatic classStorageTransactionsFileAnalysis.EntryAssemblerstatic interfaceStorageTransactionsFileAnalysis.EntryIteratorstatic classStorageTransactionsFileAnalysis.Logic -
Method Summary
Modifier and Type Method Description longheadFileLastConsistentStoreLength()longheadFileLastConsistentStoreTimestamp()longheadFileLatestLength()longheadFileLatestTimestamp()default booleanisEmpty()StorageInventoryFiletransactionsFile()XGettingTable<Long,? extends StorageTransactionFileEntry>transactionsFileEntries()
-
Method Details
-
headFileLastConsistentStoreLength
long headFileLastConsistentStoreLength() -
headFileLastConsistentStoreTimestamp
long headFileLastConsistentStoreTimestamp() -
headFileLatestLength
long headFileLatestLength() -
headFileLatestTimestamp
long headFileLatestTimestamp() -
transactionsFile
StorageInventoryFile transactionsFile() -
transactionsFileEntries
XGettingTable<Long,? extends StorageTransactionFileEntry> transactionsFileEntries() -
isEmpty
default boolean isEmpty()
-