Package one.microstream.storage.types
Class StorageRawFileStatistics.ChannelStatistics.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
-
- one.microstream.storage.types.StorageRawFileStatistics.ChannelStatistics.Default
-
- All Implemented Interfaces:
StorageRawFileStatistics.ChannelStatistics
,StorageRawFileStatisticsItem
- Enclosing interface:
- StorageRawFileStatistics.ChannelStatistics
public static final class StorageRawFileStatistics.ChannelStatistics.Default extends StorageRawFileStatisticsItem.Abstract implements StorageRawFileStatistics.ChannelStatistics
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatistics.ChannelStatistics
StorageRawFileStatistics.ChannelStatistics.Default
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description int
channelIndex()
XGettingSequence<? extends StorageRawFileStatistics.FileStatistics>
files()
-
Methods inherited from class one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
fileCount, liveDataLength, totalDataLength
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
-
-
-
Method Detail
-
channelIndex
public final int channelIndex()
- Specified by:
channelIndex
in interfaceStorageRawFileStatistics.ChannelStatistics
-
files
public final XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files()
- Specified by:
files
in interfaceStorageRawFileStatistics.ChannelStatistics
-
-