src/org/objectweb/cjdbc/common/monitor/cache/HitsRatioCollector.java

説明を見る。
00001 00024 package org.objectweb.cjdbc.common.monitor.cache; 00025 00026 import org.objectweb.cjdbc.common.i18n.Translate; 00027 import org.objectweb.cjdbc.controller.cache.result.AbstractResultCache; 00028 00034 public class HitsRatioCollector extends AbstractCacheStatsDataCollector 00035 { 00041 public HitsRatioCollector(String virtualDatabaseName) 00042 { 00043 super(virtualDatabaseName); 00044 } 00045 00049 public long getValue(Object cache) 00050 { 00051 return ((AbstractResultCache) cache).getCacheStatistics() 00052 .getCacheHitRatio(); 00053 } 00057 public String getDescription() 00058 { 00059 return Translate.get("monitoring.cache.hits.ratio"); 00060 } 00061 }

CJDBCversion1.0.4に対してTue Oct 12 15:15:57 2004に生成されました。 doxygen 1.3.8