Package one.microstream.storage.types
Interface StorageRawFileStatistics
-
- All Superinterfaces:
StorageRawFileStatisticsItem
- All Known Implementing Classes:
StorageRawFileStatistics.Default
public interface StorageRawFileStatistics extends StorageRawFileStatisticsItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStorageRawFileStatistics.ChannelStatisticsstatic classStorageRawFileStatistics.Defaultstatic interfaceStorageRawFileStatistics.FileStatistics-
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intchannelCount()one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>channelStatistics()DatecreationTime()static StorageRawFileStatisticsNew(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)-
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
-
-
-
Method Detail
-
creationTime
Date creationTime()
-
channelCount
int channelCount()
-
channelStatistics
one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()
-
New
static StorageRawFileStatistics New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
-
-