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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longbytesWritten()longentityCount()one.microstream.afs.types.AFilefile()longfinishTime()longstartTime()longtypeId()StringtypeName()
-
-
-
Method Detail
-
entityCount
long entityCount()
-
bytesWritten
long bytesWritten()
-
startTime
long startTime()
-
finishTime
long finishTime()
-
typeId
long typeId()
-
typeName
String typeName()
-
file
one.microstream.afs.types.AFile file()
-
-