Package one.microstream.storage.types
Interface StorageRawFileStatisticsItem
- All Known Subinterfaces:
StorageRawFileStatistics
,StorageRawFileStatistics.ChannelStatistics
,StorageRawFileStatistics.FileStatistics
- All Known Implementing Classes:
StorageRawFileStatistics.ChannelStatistics.Default
,StorageRawFileStatistics.Default
,StorageRawFileStatistics.FileStatistics.Default
,StorageRawFileStatisticsItem.Abstract
public interface StorageRawFileStatisticsItem
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StorageRawFileStatisticsItem.Abstract
-
Method Summary
Modifier and Type Method Description long
fileCount()
long
liveDataLength()
long
totalDataLength()
-
Method Details
-
fileCount
long fileCount() -
liveDataLength
long liveDataLength() -
totalDataLength
long totalDataLength()
-