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