Package one.microstream.storage.types
Class StorageRawFileStatisticsItem.Abstract
java.lang.Object
one.microstream.storage.types.StorageRawFileStatisticsItem.Abstract
- All Implemented Interfaces:
- StorageRawFileStatisticsItem
- Direct Known Subclasses:
- StorageRawFileStatistics.ChannelStatistics.Default,- StorageRawFileStatistics.Default,- StorageRawFileStatistics.FileStatistics.Default
- Enclosing interface:
- StorageRawFileStatisticsItem
public abstract static class StorageRawFileStatisticsItem.Abstract extends Object implements StorageRawFileStatisticsItem
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemStorageRawFileStatisticsItem.Abstract
- 
Constructor SummaryConstructors Constructor Description Abstract()
- 
Method SummaryModifier and Type Method Description longfileCount()longliveDataLength()longtotalDataLength()
- 
Constructor Details- 
Abstractpublic Abstract()
 
- 
- 
Method Details- 
fileCountpublic final long fileCount()- Specified by:
- fileCountin interface- StorageRawFileStatisticsItem
 
- 
liveDataLengthpublic final long liveDataLength()- Specified by:
- liveDataLengthin interface- StorageRawFileStatisticsItem
 
- 
totalDataLengthpublic final long totalDataLength()- Specified by:
- totalDataLengthin interface- StorageRawFileStatisticsItem
 
 
-