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