Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.statistics.sampled |
This package contains classes related to SampledCacheStatistics and its implementation.
|
net.sf.ehcache.util.counter.sampled |
This package contains utility classes for SampledCounter's
|
Modifier and Type | Method and Description |
---|---|
SampledRateCounterConfig |
ManagementRESTServiceConfiguration.makeSampledGetRateCounterConfig()
A factory method for
SampledCounterConfig based on the global settings defined on this object |
SampledRateCounterConfig |
ManagementRESTServiceConfiguration.makeSampledSearchRateCounterConfig()
A factory method for
SampledCounterConfig based on the global settings defined on this object |
Modifier and Type | Method and Description |
---|---|
void |
SampledCacheStatisticsWrapper.enableSampledStatistics(FailSafeTimer timer,
SampledCounterConfig config,
SampledRateCounterConfig rateGetConfig,
SampledRateCounterConfig rateSearchConfig)
Enabled sampled statistics with submitted
FailSafeTimer and SampledCounter the specified configurations |
Constructor and Description |
---|
SampledCacheStatisticsImpl(FailSafeTimer timer,
SampledCounterConfig config,
SampledRateCounterConfig rateGetConfig,
SampledRateCounterConfig rateSearchConfig)
Constructor that accepts a timer which will be used to schedule the
sampled counters
|
Constructor and Description |
---|
SampledRateCounterImpl(SampledRateCounterConfig config)
Constructor accepting the config
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.