Package one.microstream.storage.types
Interface StorageEntityTypeExportStatistics.ChannelStatistic
-
- All Known Implementing Classes:
StorageEntityTypeExportStatistics.ChannelStatistic.Default
- Enclosing interface:
- StorageEntityTypeExportStatistics
public static interface StorageEntityTypeExportStatistics.ChannelStatistic
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageEntityTypeExportStatistics.ChannelStatistic.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassembleTableRecord(one.microstream.chars.VarString vs)longbytesWritten()intchannelIndex()longentityCount()longfinishTime()longstartTime()one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()
-
-
-
Method Detail
-
entityCount
long entityCount()
-
bytesWritten
long bytesWritten()
-
startTime
long startTime()
-
finishTime
long finishTime()
-
channelIndex
int channelIndex()
-
typeStatistics
one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
-
assembleTableRecord
void assembleTableRecord(one.microstream.chars.VarString vs)
-
-