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
Modifier and Type Method Description voidassembleTableRecord(VarString vs)longbytesWritten()intchannelIndex()longentityCount()longfinishTime()longstartTime()XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()
-
Method Details
-
entityCount
long entityCount() -
bytesWritten
long bytesWritten() -
startTime
long startTime() -
finishTime
long finishTime() -
channelIndex
int channelIndex() -
typeStatistics
XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics() -
assembleTableRecord
-