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
Modifier and Type Method Description intchannelCount()XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>channelStatistics()DatecreationTime()-
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()
-
-