Package one.microstream.storage.types
Class StorageEntityTypeExportStatistics.Default
java.lang.Object
one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatistic
one.microstream.storage.types.StorageEntityTypeExportStatistics.Default
- All Implemented Interfaces:
- StorageEntityTypeExportStatistics
- Enclosing interface:
- StorageEntityTypeExportStatistics
public static final class StorageEntityTypeExportStatistics.Default extends StorageEntityTypeExportStatistics.AbstractStatistic implements StorageEntityTypeExportStatistics
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatisticsStorageEntityTypeExportStatistics.AbstractStatistic, StorageEntityTypeExportStatistics.ChannelStatistic, StorageEntityTypeExportStatistics.Default, StorageEntityTypeExportStatistics.TypeStatistic
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description static voidassembleTableHeader(VarString vs)XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>channelStatistics()StringtoString()XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()Methods inherited from class one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatisticbytesWritten, entityCount, finishTime, longestDuration, startTime, totalDurationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatisticsbytesWritten, entityCount, finishTime, startTime
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
assembleTableHeader
- 
typeStatisticspublic final XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()- Specified by:
- typeStatisticsin interface- StorageEntityTypeExportStatistics
 
- 
channelStatisticspublic final XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()- Specified by:
- channelStatisticsin interface- StorageEntityTypeExportStatistics
 
- 
toString
 
-