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 VarStringassembleString(VarString vs)intchannelCount()XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>channelStatistics()DatecreationTime()StringtoString()-
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
-
-
-
-
Method Detail
-
creationTime
public final Date 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
-
-