ehcache

Uses of Interface
net.sf.ehcache.statistics.extended.ExtendedStatistics.Statistic

Packages that use ExtendedStatistics.Statistic
net.sf.ehcache.constructs.refreshahead Ehcache simple refresh-ahead cache decorator package 
net.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
static Set<ExtendedStatistics.Statistic<Number>> RefreshAheadCache.findBacklogStatistic(Ehcache cache)
          Find backlog statistic.
static Set<ExtendedStatistics.Statistic<Number>> RefreshAheadCache.findDroppedStatistic(Ehcache cache)
          Find dropped statistic.
static Set<ExtendedStatistics.Statistic<Number>> RefreshAheadCache.findOfferStatistic(Ehcache cache)
          Find offer statistic.
static Set<ExtendedStatistics.Statistic<Number>> RefreshAheadCache.findProcessedStatistic(Ehcache cache)
          Find processed statistic.
static Set<ExtendedStatistics.Statistic<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
protected  ExtendedStatistics.Statistic<E> SampledCounterProxy.rate
          The rate.
 

Constructors in net.sf.ehcache.management.sampled with parameters of type ExtendedStatistics.Statistic
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
 void ExtendedStatisticsMBean.recordDoubleStatistic(List<AttributeProxy> proxies, String longerName, String baseDescription, ExtendedStatistics.Statistic<Double> stat)
          Record double statistic.
 void ExtendedStatisticsMBean.recordLongStatistic(List<AttributeProxy> proxies, String longerName, String baseDescription, ExtendedStatistics.Statistic<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
 class RateImpl<T extends Enum<T>>
          The Class RateStatistic.
 class SemiExpiringStatistic<T extends 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
 ExtendedStatistics.Statistic<Double> ExtendedStatistics.Latency.average()
          Average observed latency.
 ExtendedStatistics.Statistic<Double> ExtendedStatisticsImpl.cacheHitRatio()
           
 ExtendedStatistics.Statistic<Double> ExtendedStatistics.cacheHitRatio()
          Cache hit ratio.
 ExtendedStatistics.Statistic<Long> ExtendedStatistics.Result.count()
          Count.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localDiskSize()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localDiskSize()
          Gets the local disk size.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localDiskSizeInBytes()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localDiskSizeInBytes()
          Gets the local disk size in bytes.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localHeapSize()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localHeapSize()
          Gets the local heap size.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localHeapSizeInBytes()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localHeapSizeInBytes()
          Gets the local heap size in bytes.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localOffHeapSize()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localOffHeapSize()
          Gets the local off heap size.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.localOffHeapSizeInBytes()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.localOffHeapSizeInBytes()
          Gets the local off heap size in bytes.
 ExtendedStatistics.Statistic<Long> ExtendedStatistics.Latency.maximum()
          Maximum latency observed.
 ExtendedStatistics.Statistic<Long> ExtendedStatistics.Latency.minimum()
          Minimum latency observed.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.mostRecentRejoinTimeStampMillis()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.mostRecentRejoinTimeStampMillis()
          Get the timestamp (millis) of the last cluster rejoin event
 ExtendedStatistics.Statistic<Double> ExtendedStatisticsImpl.nonstopTimeoutRatio()
           
 ExtendedStatistics.Statistic<Double> ExtendedStatistics.nonstopTimeoutRatio()
          Nonstop timeout ratio
 ExtendedStatistics.Statistic<Double> ExtendedStatistics.Result.rate()
          Rate.
 ExtendedStatistics.Statistic<Double> ExtendedStatistics.Operation.ratioOf(Set<T> numerator, Set<T> denomiator)
          Ratio of.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.remoteSize()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.remoteSize()
          Gets the remote size.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.size()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.size()
          Gets the size.
 ExtendedStatistics.Statistic<Number> ExtendedStatisticsImpl.writerQueueLength()
           
 ExtendedStatistics.Statistic<Number> ExtendedStatistics.writerQueueLength()
          Gets the writer queue length.
 

Methods in net.sf.ehcache.statistics.extended that return types with arguments of type ExtendedStatistics.Statistic
 Set<ExtendedStatistics.Statistic<Number>> ExtendedStatisticsImpl.passthru(String name, Set<String> tags)
           
 Set<ExtendedStatistics.Statistic<Number>> ExtendedStatistics.passthru(String name, Set<String> tags)
          Get the set of cache specific pass thru statistics for a nam/tags pair.
 


ehcache

Copyright 2001-2016, Terracotta, Inc.