Package one.microstream.storage.types
Interface StorageRawFileStatistics
- All Superinterfaces:
- StorageRawFileStatisticsItem
- All Known Implementing Classes:
- StorageRawFileStatistics.Default
public interface StorageRawFileStatistics extends StorageRawFileStatisticsItem
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceStorageRawFileStatistics.ChannelStatisticsstatic classStorageRawFileStatistics.Defaultstatic interfaceStorageRawFileStatistics.FileStatisticsNested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemStorageRawFileStatisticsItem.Abstract
- 
Method SummaryModifier and Type Method Description intchannelCount()XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>channelStatistics()DatecreationTime()static StorageRawFileStatisticsNew(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItemfileCount, liveDataLength, totalDataLength
- 
Method Details- 
creationTimeDate creationTime()
- 
channelCountint channelCount()
- 
channelStatisticsXGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()
- 
Newstatic StorageRawFileStatistics New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
 
-