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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longbytesWritten()one.microstream.collections.types.XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic>channelStatistics()longentityCount()one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile>files()Collects and returns all exported files.longfinishTime()longstartTime()one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic>typeStatistics()
-
-
-
Method Detail
-
entityCount
long entityCount()
-
bytesWritten
long bytesWritten()
-
startTime
long startTime()
-
finishTime
long finishTime()
-
typeStatistics
one.microstream.collections.types.XGettingTable<Long,? extends StorageEntityTypeExportStatistics.TypeStatistic> typeStatistics()
-
channelStatistics
one.microstream.collections.types.XGettingTable<Integer,? extends StorageEntityTypeExportStatistics.ChannelStatistic> channelStatistics()
-
files
one.microstream.collections.types.XGettingEnum<one.microstream.afs.types.AFile> files()
Collects and returns all exported files.- Returns:
- all export files
- Since:
- 08.00.00
-
-