org.terracotta.modules.hibernatecache.presentation
Class ClientH2LCStatsChartPanel
java.lang.Object
BaseRuntimeStatsPanel
org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
org.terracotta.modules.hibernatecache.presentation.ClientH2LCStatsChartPanel
public class ClientH2LCStatsChartPanel
- extends BaseH2LCStatsChartPanel
|
Field Summary |
protected IClient |
client
|
| Fields inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel |
CACHE_HIT_SAMPLE_ATTR, CACHE_MISS_SAMPLE_ATTR, CACHE_PUT_SAMPLE_ATTR, cacheHitRateLabel, cacheHitRateLabelFormat, cacheHitRateSeries, cacheHitRatioLabel, cacheHitRatioLabelFormat, cacheHitRatioSeries, cacheMissRateLabel, cacheMissRateLabelFormat, cacheMissRateSeries, cachePutRateLabel, cachePutRateLabelFormat, cachePutRateSeries, clusterListener, clusterModel, DBSQL_EXECUTION_SAMPLE_ATTR, labelFont, persistenceUnit, POLLED_ATTRS, QUERY_EXECUTION_SAMPLE_ATTR, queryExecutionRateLabel, queryExecutionRateLabelFormat, queryExecutionRateSeries, statsBeanObjectName |
| Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel |
clientConnected, clientDisconnected, createOverlayLabel, createStatusLabel, init, setup, setup, setupCacheHitRatioPanel, setupCacheMissRatePanel, setupCachePutRatePanel, setupQueryExecutionRatePanel, suspend, updateAllSeries |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
protected IClient client
ClientH2LCStatsChartPanel
public ClientH2LCStatsChartPanel(ApplicationContext appContext)
setup
public void setup(ApplicationContext appContext,
IClusterModel clusterModel,
IClient client,
String persistenceUnit)
attributesPolled
public void attributesPolled(PolledAttributesResult result)
addPolledAttributeListener
protected void addPolledAttributeListener()
- Overrides:
addPolledAttributeListener in class BaseH2LCStatsChartPanel
removePolledAttributeListener
protected void removePolledAttributeListener()
- Overrides:
removePolledAttributeListener in class BaseH2LCStatsChartPanel
tearDown
public void tearDown()
- Overrides:
tearDown in class BaseH2LCStatsChartPanel
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.