クラス org.objectweb.cjdbc.common.monitor.cache.CountHitsCollector

org.objectweb.cjdbc.common.monitor.cache.CountHitsCollectorに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.common.monitor.cache.CountHitsCollectorのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

Count total of hits on this cache

作者:
Nicolas Modrzyk

CountHitsCollector.java34 行で定義されています。

Public メソッド

 CountHitsCollector (String virtualDatabaseName)
long getValue (Object cache)
String getDescription ()


コンストラクタとデストラクタ

org.objectweb.cjdbc.common.monitor.cache.CountHitsCollector.CountHitsCollector String  virtualDatabaseName  ) 
 

create collector

引数:
virtualDatabaseName to get cache info from
CountHitsCollector.java41 行で定義されています。
00042 { 00043 super(virtualDatabaseName); 00044 }


メソッド

String org.objectweb.cjdbc.common.monitor.cache.CountHitsCollector.getDescription  )  [virtual]
 

参照:
org.objectweb.cjdbc.common.monitor.AbstractDataCollector.getDescription()

org.objectweb.cjdbc.common.monitor.AbstractDataCollectorを実装しています.

CountHitsCollector.java57 行で定義されています。

00058 { 00059 return Translate.get("monitoring.cache.count.hits"); 00060 }

long org.objectweb.cjdbc.common.monitor.cache.CountHitsCollector.getValue Object  cache  )  [virtual]
 

参照:
org.objectweb.cjdbc.common.monitor.AbstractDataCollector.collectValue()

org.objectweb.cjdbc.common.monitor.cache.AbstractCacheStatsDataCollectorを実装しています.

CountHitsCollector.java49 行で定義されています。

00050 { 00051 return ((AbstractResultCache) cache).getCacheStatistics().getHits(); 00052 }


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:12 2004に生成されました。 doxygen 1.3.8