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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidassembleTableHeader(one.microstream.chars.VarString vs)one.microstream.collections.types.XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>channelStatistics()one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile>files()Collects and returns all exported files.StringtoString()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, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics
bytesWritten, entityCount, finishTime, startTime
-
-
-
-
Method Detail
-
assembleTableHeader
public static final void assembleTableHeader(one.microstream.chars.VarString vs)
-
typeStatistics
public final one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
- Specified by:
typeStatisticsin interfaceStorageEntityTypeExportStatistics
-
channelStatistics
public final one.microstream.collections.types.XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()
- Specified by:
channelStatisticsin interfaceStorageEntityTypeExportStatistics
-
files
public one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile> files()
Description copied from interface:StorageEntityTypeExportStatisticsCollects and returns all exported files.- Specified by:
filesin interfaceStorageEntityTypeExportStatistics- Returns:
- all export files
-
-