Package one.microstream.storage.types
Class StorageRawFileStatistics.Default
java.lang.Object
one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
one.microstream.storage.types.StorageRawFileStatistics.Default
- All Implemented Interfaces:
StorageRawFileStatistics,StorageRawFileStatisticsItem
- Enclosing interface:
- StorageRawFileStatistics
public static final class StorageRawFileStatistics.Default extends StorageRawFileStatisticsItem.Abstract implements StorageRawFileStatistics
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatistics
StorageRawFileStatistics.ChannelStatistics, StorageRawFileStatistics.Default, StorageRawFileStatistics.FileStatisticsNested 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 VarStringassembleString(VarString vs)intchannelCount()XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>channelStatistics()DatecreationTime()StringtoString()Methods inherited from class one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
fileCount, liveDataLength, totalDataLengthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
creationTime
- Specified by:
creationTimein interfaceStorageRawFileStatistics
-
channelCount
public final int channelCount()- Specified by:
channelCountin interfaceStorageRawFileStatistics
-
channelStatistics
public final XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()- Specified by:
channelStatisticsin interfaceStorageRawFileStatistics
-
assembleString
-
toString
-