Package | Description |
---|---|
net.sf.ehcache.management.sampled |
This package contains classes related to MBeans with Sampled Statistics.
|
net.sf.ehcache.util.counter |
This package contains utility classes for Counter
|
net.sf.ehcache.util.counter.sampled |
This package contains utility classes for SampledCounter's
|
Modifier and Type | Class and Description |
---|---|
class |
SampledCounterProxy<E extends Number>
The Class SampledCounterProxy.
|
class |
SampledRateCounterProxy<E extends Number>
The Class SampledRateCounterProxy.
|
Modifier and Type | Class and Description |
---|---|
class |
CounterImpl
A simple counter implementation
|
Modifier and Type | Method and Description |
---|---|
Counter |
CounterConfig.createCounter()
Creates and returns a Counter based on the initial value
|
Counter |
CounterManager.createCounter(CounterConfig config)
Creates a Counter based on the passed config
|
Counter |
CounterManagerImpl.createCounter(CounterConfig config)
Creates a Counter based on the passed config
|
Modifier and Type | Method and Description |
---|---|
void |
CounterManager.addCounter(Counter counter)
Adds a counter.
|
void |
CounterManagerImpl.addCounter(Counter counter)
Adds a counter.
|
void |
CounterManager.shutdownCounter(Counter counter)
Shuts down the counter
|
void |
CounterManagerImpl.shutdownCounter(Counter counter)
Shuts down the counter
|
Modifier and Type | Interface and Description |
---|---|
interface |
SampledCounter
Interface of a sampled counter -- a counter that keeps sampled values
|
interface |
SampledRateCounter
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
|
Modifier and Type | Class and Description |
---|---|
class |
SampledCounterImpl
An implementation of
SampledCounter |
class |
SampledRateCounterImpl
An implementation of
SampledRateCounter |
Modifier and Type | Method and Description |
---|---|
Counter |
SampledCounterConfig.createCounter()
Creates and returns a Counter based on the initial value
|
Counter |
SampledRateCounterConfig.createCounter()
Creates and returns a Counter based on the initial value
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.