org.terracotta.modules.ehcache.presentation
Class ClientEhcacheStatsChartPanel
java.lang.Object
BaseRuntimeStatsPanel
org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
org.terracotta.modules.ehcache.presentation.ClientEhcacheStatsChartPanel
public class ClientEhcacheStatsChartPanel
- extends BaseEhcacheStatsChartPanel
|
Field Summary |
protected IClient |
client
|
| Fields inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel |
CACHE_HIT_SAMPLE_ATTR, CACHE_MISS_SAMPLE_ATTR, CACHE_PUT_SAMPLE_ATTR, CACHE_UPDATE_SAMPLE_ATTR, cacheHitRateLabel, cacheHitRateLabelFormat, cacheHitRateSeries, cacheHitRatioLabel, cacheHitRatioLabelFormat, cacheHitRatioSeries, cacheManagerModel, cacheMissRateLabel, cacheMissRateLabelFormat, cacheMissRateSeries, cachePutRateLabel, cachePutRateLabelFormat, cachePutRateSeries, cacheUpdateRateLabel, cacheUpdateRateLabelFormat, cacheUpdateRateSeries, clusterListener, labelFont, POLLED_ATTRS, statsBeanObjectName |
| Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel |
clientConnected, clientDisconnected, createOverlayLabel, createStatusLabel, getCacheManagerModel, getClusterModel, init, setup, setup, setupCacheHitRatioPanel, setupCacheMissRatePanel, setupCachePutRatePanel, setupUpdateRatePanel, suspend, updateAllSeries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected IClient client
ClientEhcacheStatsChartPanel
public ClientEhcacheStatsChartPanel(ApplicationContext appContext)
setup
public void setup(ApplicationContext appContext,
CacheManagerModel cacheManagerModel,
IClient client)
attributesPolled
public void attributesPolled(PolledAttributesResult result)
addPolledAttributeListener
protected void addPolledAttributeListener()
- Overrides:
addPolledAttributeListener in class BaseEhcacheStatsChartPanel
removePolledAttributeListener
protected void removePolledAttributeListener()
- Overrides:
removePolledAttributeListener in class BaseEhcacheStatsChartPanel
tearDown
public void tearDown()
- Overrides:
tearDown in class BaseEhcacheStatsChartPanel
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.