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 
 - 
 
- 
Method Summary
Modifier and Type Method Description Stringfile()longfileNumber()- 
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 Detail
- 
Default
public Default(long fileNumber, String file, long liveDataLength, long totalDataLength) 
 - 
 
- 
Method Detail
- 
fileNumber
public final long fileNumber()
- Specified by:
 fileNumberin interfaceStorageRawFileStatistics.FileStatistics
 
- 
file
public final String file()
- Specified by:
 filein interfaceStorageRawFileStatistics.FileStatistics
 
 - 
 
 -