Package one.microstream.storage.types
Interface StorageRawFileStatistics.ChannelStatistics
- All Superinterfaces:
StorageRawFileStatisticsItem
- All Known Implementing Classes:
StorageRawFileStatistics.ChannelStatistics.Default
- Enclosing interface:
- StorageRawFileStatistics
public static interface StorageRawFileStatistics.ChannelStatistics extends StorageRawFileStatisticsItem
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageRawFileStatistics.ChannelStatistics.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
Method Summary
Modifier and Type Method Description int
channelIndex()
XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>
files()
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Method Details
-
channelIndex
int channelIndex() -
files
XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files()
-