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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassembleTableRecord(one.microstream.chars.VarString vs)intchannelIndex()one.microstream.collections.types.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
-
-
-
-
Method Detail
-
channelIndex
public final int channelIndex()
- Specified by:
channelIndexin interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-
typeStatistics
public final one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
- Specified by:
typeStatisticsin interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-
assembleTableRecord
public final void assembleTableRecord(one.microstream.chars.VarString vs)
- Specified by:
assembleTableRecordin interfaceStorageEntityTypeExportStatistics.ChannelStatistic
-
-