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()
-
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
-
-
-
Method Detail
-
fileNumber
long fileNumber()
-
file
String file()
-
-