Uses of Interface
one.microstream.storage.types.StorageRawFileStatistics.ChannelStatistics
-
Packages that use StorageRawFileStatistics.ChannelStatistics Package Description one.microstream.storage.types -
-
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()protected StorageRawFileStatistics.ChannelStatisticsStorageRequestTaskCreateStatistics.Default. internalProcessBy(StorageChannel channel)static StorageRawFileStatistics.ChannelStatisticsStorageRawFileStatistics.ChannelStatistics. New(int channelIndex, long fileCount, long liveDataLength, long totalDataLength, one.microstream.collections.types.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 one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>StorageRawFileStatistics. channelStatistics()one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics>StorageRawFileStatistics.Default. channelStatistics()Methods in one.microstream.storage.types with parameters of type StorageRawFileStatistics.ChannelStatistics Modifier and Type Method Description protected voidStorageRequestTaskCreateStatistics.Default. succeed(StorageChannel channel, StorageRawFileStatistics.ChannelStatistics result)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, one.microstream.collections.types.XGettingTable<Integer,? extends StorageRawFileStatistics.ChannelStatistics> channelStatistics)
-