| 
 | 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_CHANGEDCACHE_CHANGED | 
| static String | CACHE_CLEAREDCACHE_CLEARED | 
| static String | CACHE_ENABLEDCACHE_ENABLED | 
| static String | CACHE_FLUSHEDCACHE_FLUSHED | 
| static String | CACHE_STATISTICS_ENABLEDCACHE_STATISTICS_ENABLED | 
| static String | CACHE_STATISTICS_RESETCACHE_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 | |||||||||