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 classStorageRawFileStatisticsItem.Abstract -
Method Summary
Modifier and Type Method Description longfileCount()longliveDataLength()longtotalDataLength()
-
Method Details
-
fileCount
long fileCount() -
liveDataLength
long liveDataLength() -
totalDataLength
long totalDataLength()
-