Package one.microstream.storage.types
Interface StorageInventory
- All Superinterfaces:
- StorageHashChannelPart
- All Known Implementing Classes:
- StorageInventory.Default
public interface StorageInventory extends StorageHashChannelPart
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageInventory.Default
- 
Method SummaryModifier and Type Method Description XGettingTable<Long,StorageDataInventoryFile>dataFiles()static StorageInventoryNew(int channelIndex, XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)StorageTransactionsAnalysistransactionsFileAnalysis()
- 
Method Details- 
dataFilesXGettingTable<Long,StorageDataInventoryFile> dataFiles()
- 
transactionsFileAnalysisStorageTransactionsAnalysis transactionsFileAnalysis()
- 
Newstatic StorageInventory New(int channelIndex, XGettingTable<Long,StorageDataInventoryFile> dataFiles, StorageTransactionsAnalysis transactionsAnalysis)
 
-