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 Summary
Nested Classes Modifier and Type Interface Description static class
StorageRawFileStatistics.FileStatistics.Default
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
Method Summary
Modifier and Type Method Description String
file()
long
fileNumber()
static StorageRawFileStatistics.FileStatistics
New(long fileNumber, String file, long liveDataLength, long totalDataLength)
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Method Details
-
fileNumber
long fileNumber() -
file
String file() -
New
static StorageRawFileStatistics.FileStatistics New(long fileNumber, String file, long liveDataLength, long totalDataLength)
-