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 classStorageRawFileStatistics.ChannelStatistics.Default-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intchannelIndex()one.microstream.collections.types.XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>files()static StorageRawFileStatistics.ChannelStatisticsNew(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, one.microstream.collections.types.XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)-
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
-
-
-
Method Detail
-
channelIndex
int channelIndex()
-
files
one.microstream.collections.types.XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files()
-
New
static StorageRawFileStatistics.ChannelStatistics New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, one.microstream.collections.types.XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)
-
-