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 class
StorageEntityTypeExportStatistics.ChannelStatistic.Default
-
Method Summary
Modifier and Type Method Description void
assembleTableRecord(VarString vs)
long
bytesWritten()
int
channelIndex()
long
entityCount()
long
finishTime()
long
startTime()
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
-