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 Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.ChannelStatistic
StorageEntityTypeExportStatistics.ChannelStatistic.Default
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description void
assembleTableRecord(VarString vs)
int
channelIndex()
XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>
typeStatistics()
Methods inherited from class one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatistic
bytesWritten, entityCount, finishTime, longestDuration, startTime, totalDuration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.ChannelStatistic
bytesWritten, entityCount, finishTime, startTime
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
channelIndex
public final int channelIndex()- Specified by:
channelIndex
in interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-
typeStatistics
public final XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()- Specified by:
typeStatistics
in interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-
assembleTableRecord
- Specified by:
assembleTableRecord
in interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-