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 SummaryNested Classes Modifier and Type Interface Description static classStorageEntityTypeExportStatistics.TypeStatistic.Default
- 
Method SummaryModifier and Type Method Description longbytesWritten()longentityCount()AFilefile()longfinishTime()longstartTime()longtypeId()StringtypeName()
- 
Method Details- 
entityCountlong entityCount()
- 
bytesWrittenlong bytesWritten()
- 
startTimelong startTime()
- 
finishTimelong finishTime()
- 
typeIdlong typeId()
- 
typeNameString typeName()
- 
fileAFile file()
 
-