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 class
StorageTransactionsAnalysis.Default
static class
StorageTransactionsAnalysis.EntryAggregator
static class
StorageTransactionsAnalysis.EntryAssembler
static interface
StorageTransactionsAnalysis.EntryIterator
static class
StorageTransactionsAnalysis.Logic
-
Method Summary
Modifier and Type Method Description long
headFileLastConsistentStoreLength()
long
headFileLastConsistentStoreTimestamp()
long
headFileLatestLength()
long
headFileLatestTimestamp()
default boolean
isEmpty()
StorageLiveTransactionsFile
transactionsFile()
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()
-