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 SummaryNested Classes Modifier and Type Interface Description static classStorageRawFileStatisticsItem.Abstract
- 
Method SummaryModifier and Type Method Description longfileCount()longliveDataLength()longtotalDataLength()
- 
Method Details- 
fileCountlong fileCount()
- 
liveDataLengthlong liveDataLength()
- 
totalDataLengthlong totalDataLength()
 
-