Package one.microstream.storage.types
Class StorageInventory.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageInventory.Default
-
- All Implemented Interfaces:
StorageHashChannelPart,StorageInventory
- Enclosing interface:
- StorageInventory
public static final class StorageInventory.Default extends Object implements StorageInventory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageInventory
StorageInventory.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intchannelIndex()one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile>dataFiles()StorageTransactionsAnalysistransactionsFileAnalysis()
-
-
-
Method Detail
-
channelIndex
public final int channelIndex()
- Specified by:
channelIndexin interfaceStorageHashChannelPart
-
dataFiles
public final one.microstream.collections.types.XGettingTable<Long,StorageDataInventoryFile> dataFiles()
- Specified by:
dataFilesin interfaceStorageInventory
-
transactionsFileAnalysis
public final StorageTransactionsAnalysis transactionsFileAnalysis()
- Specified by:
transactionsFileAnalysisin interfaceStorageInventory
-
-