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 interface
StorageRawFileStatistics.ChannelStatistics
static class
StorageRawFileStatistics.Default
static interface
StorageRawFileStatistics.FileStatistics
Nested classes/interfaces inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
StorageRawFileStatisticsItem.Abstract
-
Method Summary
Modifier and Type Method Description int
channelCount()
XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>
channelStatistics()
Date
creationTime()
static StorageRawFileStatistics
New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
Method Details
-
creationTime
Date creationTime() -
channelCount
int channelCount() -
channelStatistics
XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics() -
New
static StorageRawFileStatistics New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
-