|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SampledCacheMBean
An MBean for Cache exposing cache statistics.
Extends from both CacheSampler
| Field Summary | |
|---|---|
static String |
CACHE_CHANGED
CACHE_CHANGED |
static String |
CACHE_CLEARED
CACHE_CLEARED |
static String |
CACHE_ENABLED
CACHE_ENABLED |
static String |
CACHE_FLUSHED
CACHE_FLUSHED |
static String |
CACHE_STATISTICS_ENABLED
CACHE_STATISTICS_ENABLED |
static String |
CACHE_STATISTICS_RESET
CACHE_STATISTICS_RESET |
| Method Summary | |
|---|---|
int |
getMaxElementsInMemory()
Deprecated. use CacheSampler.getMaxEntriesLocalHeap() instead |
boolean |
isClusterCoherent()
Deprecated. use CacheSampler.isClusterBulkLoadEnabled() instead |
boolean |
isNodeCoherent()
Deprecated. use CacheSampler.isNodeBulkLoadEnabled() instead |
void |
setMaxElementsInMemory(int maxElements)
Deprecated. use #setMaxEntriesLocalHeap() instead |
void |
setNodeCoherent(boolean coherent)
Deprecated. use CacheSampler.setNodeBulkLoadEnabled(boolean) instead |
| Field Detail |
|---|
static final String CACHE_ENABLED
static final String CACHE_CHANGED
static final String CACHE_FLUSHED
static final String CACHE_CLEARED
static final String CACHE_STATISTICS_ENABLED
static final String CACHE_STATISTICS_RESET
| Method Detail |
|---|
@Deprecated void setNodeCoherent(boolean coherent)
CacheSampler.setNodeBulkLoadEnabled(boolean) instead
@Deprecated boolean isClusterCoherent()
CacheSampler.isClusterBulkLoadEnabled() instead
@Deprecated boolean isNodeCoherent()
CacheSampler.isNodeBulkLoadEnabled() instead
@Deprecated int getMaxElementsInMemory()
CacheSampler.getMaxEntriesLocalHeap() instead
@Deprecated void setMaxElementsInMemory(int maxElements)
#setMaxEntriesLocalHeap() instead
maxElements -
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||