Package one.microstream.storage.types
Interface StorageInventory
-
- All Superinterfaces:
StorageHashChannelPart
- All Known Implementing Classes:
StorageInventory.Default
public interface StorageInventory extends StorageHashChannelPart
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInventory.Default
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile>dataFiles()static StorageInventoryNew(int channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)StorageTransactionsAnalysistransactionsFileAnalysis()-
Methods inherited from interface one.microstream.storage.types.StorageHashChannelPart
channelIndex
-
-
-
-
Method Detail
-
dataFiles
one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles()
-
transactionsFileAnalysis
StorageTransactionsAnalysis transactionsFileAnalysis()
-
New
static StorageInventory New(int channelIndex, one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)
-
-