Package one.microstream.storage.types
Class StorageRawFileStatistics.FileStatistics.Default
java.lang.Object
one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
one.microstream.storage.types.StorageRawFileStatistics.FileStatistics.Default
- All Implemented Interfaces:
StorageRawFileStatistics.FileStatistics
,StorageRawFileStatisticsItem
- Enclosing interface:
- StorageRawFileStatistics.FileStatistics
public static final class StorageRawFileStatistics.FileStatistics.Default extends StorageRawFileStatisticsItem.Abstract implements StorageRawFileStatistics.FileStatistics
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatistics.FileStatistics
StorageRawFileStatistics.FileStatistics.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description String
file()
long
fileNumber()
Methods inherited from class one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
fileCount, liveDataLength, totalDataLength
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.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
fileNumber
public final long fileNumber()- Specified by:
fileNumber
in interfaceStorageRawFileStatistics.FileStatistics
-
file
- Specified by:
file
in interfaceStorageRawFileStatistics.FileStatistics
-