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.FileStatistics
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 VarString
assembleString(VarString vs)
int
channelCount()
XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>
channelStatistics()
Date
creationTime()
String
toString()
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, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
creationTime
- Specified by:
creationTime
in interfaceStorageRawFileStatistics
-
channelCount
public final int channelCount()- Specified by:
channelCount
in interfaceStorageRawFileStatistics
-
channelStatistics
public final XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()- Specified by:
channelStatistics
in interfaceStorageRawFileStatistics
-
assembleString
-
toString
-