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()
-
Methods inherited from interface one.microstream.storage.types.StorageRawFileStatisticsItem
fileCount, liveDataLength, totalDataLength
-
-
-
-
Method Detail
-
creationTime
Date creationTime()
-
channelCount
int channelCount()
-
channelStatistics
XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics()
-
-