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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longheadFileLastConsistentStoreLength()longheadFileLastConsistentStoreTimestamp()longheadFileLatestLength()longheadFileLatestTimestamp()default booleanisEmpty()StorageLiveTransactionsFiletransactionsFile()one.microstream.collections.types.XGettingTable<Long,? extends StorageTransactionEntry>transactionsFileEntries()
-
-
-
Method Detail
-
headFileLastConsistentStoreLength
long headFileLastConsistentStoreLength()
-
headFileLastConsistentStoreTimestamp
long headFileLastConsistentStoreTimestamp()
-
headFileLatestLength
long headFileLatestLength()
-
headFileLatestTimestamp
long headFileLatestTimestamp()
-
transactionsFile
StorageLiveTransactionsFile transactionsFile()
-
transactionsFileEntries
one.microstream.collections.types.XGettingTable<Long,? extends StorageTransactionEntry> transactionsFileEntries()
-
isEmpty
default boolean isEmpty()
-
-