Package one.microstream.storage.types
Class StorageEntityTypeExportStatistics.TypeStatistic.Default
- java.lang.Object
-
- one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatistic
-
- one.microstream.storage.types.StorageEntityTypeExportStatistics.TypeStatistic.Default
-
- All Implemented Interfaces:
StorageEntityTypeExportStatistics.TypeStatistic
- Enclosing interface:
- StorageEntityTypeExportStatistics.TypeStatistic
public static final class StorageEntityTypeExportStatistics.TypeStatistic.Default extends StorageEntityTypeExportStatistics.AbstractStatistic implements StorageEntityTypeExportStatistics.TypeStatistic
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.TypeStatistic
StorageEntityTypeExportStatistics.TypeStatistic.Default
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description one.microstream.afs.types.AFilefile()longtypeId()StringtypeName()-
Methods inherited from class one.microstream.storage.types.StorageEntityTypeExportStatistics.AbstractStatistic
bytesWritten, entityCount, finishTime, longestDuration, startTime, totalDuration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.microstream.storage.types.StorageEntityTypeExportStatistics.TypeStatistic
bytesWritten, entityCount, finishTime, startTime
-
-
-
-
Method Detail
-
typeId
public final long typeId()
- Specified by:
typeIdin interfaceStorageEntityTypeExportStatistics.TypeStatistic
-
typeName
public final String typeName()
- Specified by:
typeNamein interfaceStorageEntityTypeExportStatistics.TypeStatistic
-
file
public final one.microstream.afs.types.AFile file()
- Specified by:
filein interfaceStorageEntityTypeExportStatistics.TypeStatistic
-
-