org.terracotta.modules.hibernatecache.jmx
Class CollectionStats
java.lang.Object
org.terracotta.modules.hibernatecache.jmx.CollectionStats
- All Implemented Interfaces:
- Serializable
public class CollectionStats
- extends Object
- implements Serializable
- See Also:
- Serialized Form
roleName
protected final String roleName
shortName
protected final String shortName
loadCount
protected long loadCount
fetchCount
protected long fetchCount
updateCount
protected long updateCount
removeCount
protected long removeCount
recreateCount
protected long recreateCount
CollectionStats
public CollectionStats(String roleName)
CollectionStats
public CollectionStats(String name,
CollectionStatistics src)
CollectionStats
public CollectionStats(CompositeData cData)
add
public void add(CollectionStats stats)
toString
public String toString()
- Overrides:
toString in class Object
getRoleName
public String getRoleName()
getShortName
public String getShortName()
getLoadCount
public long getLoadCount()
getFetchCount
public long getFetchCount()
getUpdateCount
public long getUpdateCount()
getRemoveCount
public long getRemoveCount()
getRecreateCount
public long getRecreateCount()
toCompositeData
public CompositeData toCompositeData()
newTabularDataInstance
public static TabularData newTabularDataInstance()
fromTabularData
public static CollectionStats[] fromTabularData(TabularData tabularData)
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.