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