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 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.AbstractStatistic
bytesWritten, entityCount, finishTime, longestDuration, startTime, totalDurationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
typeStatisticsin interfaceStorageEntityTypeExportStatistics
-
channelStatistics
public final XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()- Specified by:
channelStatisticsin interfaceStorageEntityTypeExportStatistics
-
toString
-