Package one.microstream.storage.types
Interface StorageEntityTypeExportStatistics
- All Known Implementing Classes:
- StorageEntityTypeExportStatistics.Default
public interface StorageEntityTypeExportStatistics
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageEntityTypeExportStatistics.AbstractStatisticstatic interfaceStorageEntityTypeExportStatistics.ChannelStatisticstatic classStorageEntityTypeExportStatistics.Defaultstatic interfaceStorageEntityTypeExportStatistics.TypeStatistic
- 
Method SummaryModifier and Type Method Description longbytesWritten()XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>channelStatistics()longentityCount()longfinishTime()longstartTime()XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()
- 
Method Details- 
entityCountlong entityCount()
- 
bytesWrittenlong bytesWritten()
- 
startTimelong startTime()
- 
finishTimelong finishTime()
- 
typeStatisticsXGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
- 
channelStatisticsXGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()
 
-