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 class
StorageEntityTypeExportStatistics.AbstractStatistic
static interface
StorageEntityTypeExportStatistics.ChannelStatistic
static class
StorageEntityTypeExportStatistics.Default
static interface
StorageEntityTypeExportStatistics.TypeStatistic
-
Method Summary
Modifier and Type Method Description long
bytesWritten()
XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>
channelStatistics()
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() -
typeStatistics
XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics() -
channelStatistics
XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()
-