Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ExtendedStatistics.Statistic<E> |
SampledCounterProxy.rate
The rate.
|
Constructor and Description |
---|
SampledCounterProxy(ExtendedStatistics.Statistic<E> rate)
Instantiates a new sampled counter proxy.
|
SampledRateCounterProxy(ExtendedStatistics.Statistic<E> rate)
Instantiates a new sampled rate counter proxy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.