Package one.microstream.storage.types
Interface StorageRawFileStatistics.FileStatistics
- All Superinterfaces:
- StorageRawFileStatisticsItem
- All Known Implementing Classes:
- StorageRawFileStatistics.FileStatistics.Default
- Enclosing interface:
- StorageRawFileStatistics
public static interface StorageRawFileStatistics.FileStatistics extends StorageRawFileStatisticsItem
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classStorageRawFileStatistics.FileStatistics.DefaultNested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemStorageRawFileStatisticsItem.Abstract
- 
Method SummaryModifier and Type Method Description Stringfile()longfileNumber()static StorageRawFileStatistics.FileStatisticsNew(long fileNumber, String file, long liveDataLength, long totalDataLength)Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemfileCount, liveDataLength, totalDataLength
- 
Method Details- 
fileNumberlong fileNumber()
- 
fileString file()
- 
Newstatic StorageRawFileStatistics.FileStatistics New(long fileNumber, String file, long liveDataLength, long totalDataLength)
 
-