Package one.microstream.storage.types
Class StorageEntityTypeExportStatistics.ChannelStatistic.Default
java.lang.Object
one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatistic
one.microstream.storage.types.StorageEntityTypeExportStatistics.ChannelStatistic.Default
- All Implemented Interfaces:
- StorageEntityTypeExportStatistics.ChannelStatistic
- Enclosing interface:
- StorageEntityTypeExportStatistics.ChannelStatistic
public static final class StorageEntityTypeExportStatistics.ChannelStatistic.Default extends StorageEntityTypeExportStatistics.AbstractStatistic implements StorageEntityTypeExportStatistics.ChannelStatistic
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.ChannelStatisticStorageEntityTypeExportStatistics.ChannelStatistic.Default
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description voidassembleTableRecord(VarString vs)intchannelIndex()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, toString, wait, wait, waitMethods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.ChannelStatisticbytesWritten, entityCount, finishTime, startTime
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
channelIndexpublic final int channelIndex()- Specified by:
- channelIndexin interface- StorageEntityTypeExportStatistics.ChannelStatistic
 
- 
typeStatisticspublic final XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()- Specified by:
- typeStatisticsin interface- StorageEntityTypeExportStatistics.ChannelStatistic
 
- 
assembleTableRecord- Specified by:
- assembleTableRecordin interface- StorageEntityTypeExportStatistics.ChannelStatistic
 
 
-