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 |
---|---|
SampledCounterConfig |
ManagementRESTServiceConfiguration.makeSampledCounterConfig()
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) |
SampledCacheStatisticsImpl(FailSafeTimer timer,
SampledCounterConfig config,
SampledRateCounterConfig rateGetConfig,
SampledRateCounterConfig rateSearchConfig)
Constructor that accepts a timer which will be used to schedule the
sampled counters
|
Modifier and Type | Class and Description |
---|---|
class |
SampledRateCounterConfig
An implementation of
SampledCounterConfig |
Constructor and Description |
---|
SampledCounterImpl(SampledCounterConfig config)
todo GL how many threads is this creating?
Constructor accepting a
SampledCounterConfig |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.