站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

CacheListener.HitStats (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.varia.stats
Class CacheListener.HitStats

java.lang.Object
  extended byorg.jboss.varia.stats.AbstractStatisticalItem
      extended byorg.jboss.varia.stats.CacheListener.HitStats
All Implemented Interfaces:
Serializable, StatisticalItem
Enclosing class:
CacheListener

public static class CacheListener.HitStats
extends AbstractStatisticalItem

See Also:
Serialized Form

Field Summary
static String NAME
           
 
Fields inherited from class org.jboss.varia.stats.AbstractStatisticalItem
name, value
 
Constructor Summary
CacheListener.HitStats(String name, int partitionIndex)
           
 
Method Summary
 int getPartitionIndex()
           
 String getTableName()
           
 
Methods inherited from class org.jboss.varia.stats.AbstractStatisticalItem
add, getCount, getMaxCountPerTx, getMergedItemsTotal, getMinCountPerTx, getName, getValue, merge, mergeNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

CacheListener.HitStats

public CacheListener.HitStats(String name,
                              int partitionIndex)
Method Detail

getTableName

public String getTableName()

getPartitionIndex

public int getPartitionIndex()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.