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 Summary
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract -
Constructor Summary
Constructors Constructor Description Abstract() -
Method Summary
Modifier and Type Method Description longfileCount()longliveDataLength()longtotalDataLength()
-
Constructor Details
-
Abstract
public Abstract()
-
-
Method Details
-
fileCount
public final long fileCount()- Specified by:
fileCountin interfaceStorageRawFileStatisticsItem
-
liveDataLength
public final long liveDataLength()- Specified by:
liveDataLengthin interfaceStorageRawFileStatisticsItem
-
totalDataLength
public final long totalDataLength()- Specified by:
totalDataLengthin interfaceStorageRawFileStatisticsItem
-