Uses of Interface
net.sf.ehcache.statistics.extended.ExtendedStatistics.Statistic
-
Packages that use ExtendedStatistics.Statistic Package Description net.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator packagenet.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics.net.sf.ehcache.statistics.beans This package contains classes related to statistics mbean implementation.net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation. -
-
Uses of ExtendedStatistics.Statistic in net.sf.ehcache.constructs.refreshahead
Methods in net.sf.ehcache.constructs.refreshahead that return types with arguments of type ExtendedStatistics.Statistic Modifier and Type Method Description static java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>RefreshAheadCache. findBacklogStatistic(Ehcache cache)Find backlog statistic.static java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>RefreshAheadCache. findDroppedStatistic(Ehcache cache)Find dropped statistic.static java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>RefreshAheadCache. findOfferStatistic(Ehcache cache)Find offer statistic.static java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>RefreshAheadCache. findProcessedStatistic(Ehcache cache)Find processed statistic.static java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>RefreshAheadCache. findRefreshedStatistic(Ehcache cache)Find refreshed counter statistic. -
Uses of ExtendedStatistics.Statistic in net.sf.ehcache.management.sampled
Fields in net.sf.ehcache.management.sampled declared as ExtendedStatistics.Statistic Modifier and Type Field Description protected ExtendedStatistics.Statistic<E>SampledCounterProxy. rateThe rate.Constructors in net.sf.ehcache.management.sampled with parameters of type ExtendedStatistics.Statistic Constructor Description SampledCounterProxy(ExtendedStatistics.Statistic<E> rate)Instantiates a new sampled counter proxy.SampledRateCounterProxy(ExtendedStatistics.Statistic<E> rate)Instantiates a new sampled rate counter proxy. -
Uses of ExtendedStatistics.Statistic in net.sf.ehcache.statistics.beans
Methods in net.sf.ehcache.statistics.beans with parameters of type ExtendedStatistics.Statistic Modifier and Type Method Description voidExtendedStatisticsMBean. recordDoubleStatistic(java.util.List<AttributeProxy> proxies, java.lang.String longerName, java.lang.String baseDescription, ExtendedStatistics.Statistic<java.lang.Double> stat)Record double statistic.voidExtendedStatisticsMBean. recordLongStatistic(java.util.List<AttributeProxy> proxies, java.lang.String longerName, java.lang.String baseDescription, ExtendedStatistics.Statistic<java.lang.Long> stat)Record long statistic. -
Uses of ExtendedStatistics.Statistic in net.sf.ehcache.statistics.extended
Classes in net.sf.ehcache.statistics.extended that implement ExtendedStatistics.Statistic Modifier and Type Class Description classRateImpl<T extends java.lang.Enum<T>>The Class RateStatistic.classSemiExpiringStatistic<T extends java.lang.Number>Statistic implementation that stops sampling history if the last history access is before a user supplied timestamp.Methods in net.sf.ehcache.statistics.extended that return ExtendedStatistics.Statistic Modifier and Type Method Description ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatistics.Latency. average()Average observed latency.ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatistics. cacheHitRatio()Cache hit ratio.ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatisticsImpl. cacheHitRatio()ExtendedStatistics.Statistic<java.lang.Long>ExtendedStatistics.Result. count()Count.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localDiskSize()Gets the local disk size.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localDiskSize()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localDiskSizeInBytes()Gets the local disk size in bytes.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localDiskSizeInBytes()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localHeapSize()Gets the local heap size.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localHeapSize()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localHeapSizeInBytes()Gets the local heap size in bytes.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localHeapSizeInBytes()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localOffHeapSize()Gets the local off heap size.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localOffHeapSize()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. localOffHeapSizeInBytes()Gets the local off heap size in bytes.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. localOffHeapSizeInBytes()ExtendedStatistics.Statistic<java.lang.Long>ExtendedStatistics.Latency. maximum()Maximum latency observed.ExtendedStatistics.Statistic<java.lang.Long>ExtendedStatistics.Latency. minimum()Minimum latency observed.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. mostRecentRejoinTimeStampMillis()Get the timestamp (millis) of the last cluster rejoin eventExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. mostRecentRejoinTimeStampMillis()ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatistics. nonstopTimeoutRatio()Nonstop timeout ratioExtendedStatistics.Statistic<java.lang.Double>ExtendedStatisticsImpl. nonstopTimeoutRatio()ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatistics.Result. rate()Rate.ExtendedStatistics.Statistic<java.lang.Double>ExtendedStatistics.Operation. ratioOf(java.util.Set<T> numerator, java.util.Set<T> denomiator)Ratio of.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. remoteSize()Gets the remote size.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. remoteSize()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. size()Gets the size.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. size()ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatistics. writerQueueLength()Gets the writer queue length.ExtendedStatistics.Statistic<java.lang.Number>ExtendedStatisticsImpl. writerQueueLength()Methods in net.sf.ehcache.statistics.extended that return types with arguments of type ExtendedStatistics.Statistic Modifier and Type Method Description java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>ExtendedStatistics. passthru(java.lang.String name, java.util.Set<java.lang.String> tags)Get the set of cache specific pass thru statistics for a nam/tags pair.java.util.Set<ExtendedStatistics.Statistic<java.lang.Number>>ExtendedStatisticsImpl. passthru(java.lang.String name, java.util.Set<java.lang.String> tags)
-