Package one.microstream.storage.types
Interface StorageEntityTypeExportStatistics.TypeStatistic
- All Known Implementing Classes:
StorageEntityTypeExportStatistics.TypeStatistic.Default
- Enclosing interface:
- StorageEntityTypeExportStatistics
public static interface StorageEntityTypeExportStatistics.TypeStatistic
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageEntityTypeExportStatistics.TypeStatistic.Default
-
Method Summary
Modifier and Type Method Description long
bytesWritten()
long
entityCount()
AFile
file()
long
finishTime()
long
startTime()
long
typeId()
String
typeName()
-
Method Details
-
entityCount
long entityCount() -
bytesWritten
long bytesWritten() -
startTime
long startTime() -
finishTime
long finishTime() -
typeId
long typeId() -
typeName
String typeName() -
file
AFile file()
-