|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |