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 SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsStorageRawFileStatistics.ChannelStatistics, StorageRawFileStatistics.Default, StorageRawFileStatistics.FileStatisticsNested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemStorageRawFileStatisticsItem.Abstract
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier 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.AbstractfileCount, liveDataLength, totalDataLengthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemfileCount, liveDataLength, totalDataLength
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
creationTime- Specified by:
- creationTimein interface- StorageRawFileStatistics
 
- 
channelCountpublic final int channelCount()- Specified by:
- channelCountin interface- StorageRawFileStatistics
 
- 
channelStatisticspublic final XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()- Specified by:
- channelStatisticsin interface- StorageRawFileStatistics
 
- 
assembleString
- 
toString
 
-