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 Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics
StorageEntityTypeExportStatistics.AbstractStatistic, StorageEntityTypeExportStatistics.ChannelStatistic, StorageEntityTypeExportStatistics.Default, StorageEntityTypeExportStatistics.TypeStatistic
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description static void
assembleTableHeader(VarString vs)
XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>
channelStatistics()
String
toString()
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, wait, wait, wait
Methods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics
bytesWritten, entityCount, finishTime, startTime
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
assembleTableHeader
-
typeStatistics
public final XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()- Specified by:
typeStatistics
in interfaceStorageEntityTypeExportStatistics
-
channelStatistics
public final XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()- Specified by:
channelStatistics
in interfaceStorageEntityTypeExportStatistics
-
toString
-