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 SummaryNested Classes Modifier and Type Interface Description static classStorageEntityTypeExportStatistics.ChannelStatistic.Default
- 
Method SummaryModifier and Type Method Description voidassembleTableRecord(VarString vs)longbytesWritten()intchannelIndex()longentityCount()longfinishTime()longstartTime()XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()
- 
Method Details- 
entityCountlong entityCount()
- 
bytesWrittenlong bytesWritten()
- 
startTimelong startTime()
- 
finishTimelong finishTime()
- 
channelIndexint channelIndex()
- 
typeStatisticsXGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
- 
assembleTableRecord
 
-