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 classStorageEntityTypeExportStatistics.TypeStatistic.Default -
Method Summary
Modifier and Type Method Description longbytesWritten()longentityCount()AFilefile()longfinishTime()longstartTime()longtypeId()StringtypeName()
-
Method Details
-
entityCount
long entityCount() -
bytesWritten
long bytesWritten() -
startTime
long startTime() -
finishTime
long finishTime() -
typeId
long typeId() -
typeName
String typeName() -
file
AFile file()
-