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