Uses of Interface
one.microstream.storage.types.StorageRawFileStatistics.ChannelStatistics
| Package | Description |
|---|---|
| one.microstream.storage.restadapter | |
| one.microstream.storage.types |
-
Uses of StorageRawFileStatistics.ChannelStatistics in one.microstream.storage.restadapter
Methods in one.microstream.storage.restadapter with parameters of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description static ViewerChannelStatisticsViewerChannelStatistics. New(StorageRawFileStatistics.ChannelStatistics src) -
Uses of StorageRawFileStatistics.ChannelStatistics in one.microstream.storage.types
Classes in one.microstream.storage.types that implement StorageRawFileStatistics.ChannelStatistics Modifier and Type Class Description static classStorageRawFileStatistics.ChannelStatistics.DefaultMethods in one.microstream.storage.types that return StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description StorageRawFileStatistics.ChannelStatisticsStorageChannel. createRawFileStatistics()StorageRawFileStatistics.ChannelStatisticsStorageChannel.Default. createRawFileStatistics()StorageRawFileStatistics.ChannelStatisticsStorageFileManager. createRawFileStatistics()StorageRawFileStatistics.ChannelStatisticsStorageFileManager.Default. createRawFileStatistics()static StorageRawFileStatistics.ChannelStatisticsStorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, XGettingSequence<? extends StorageRawFileStatistics.FileStatistics> files)Methods in one.microstream.storage.types that return types with arguments of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>StorageRawFileStatistics. channelStatistics()XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>StorageRawFileStatistics.Default. channelStatistics()Method parameters in one.microstream.storage.types with type arguments of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description static StorageRawFileStatisticsStorageRawFileStatistics. New(Date creationTime, long fileCount, long liveDataLength, long totalDataLength, XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)