|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.hibernate.management.impl.CollectionStats
public class CollectionStats
CollectionStats
Field Summary | |
---|---|
protected long |
fetchCount
fetchCount |
protected long |
loadCount
loadCount |
protected long |
recreateCount
recreateCount |
protected long |
removeCount
removeCount |
protected java.lang.String |
roleName
roleName |
protected java.lang.String |
shortName
shortName |
protected long |
updateCount
updateCount |
Constructor Summary | |
---|---|
CollectionStats(javax.management.openmbean.CompositeData cData)
|
|
CollectionStats(java.lang.String roleName)
|
|
CollectionStats(java.lang.String name,
CollectionStatistics src)
|
Method Summary | |
---|---|
void |
add(CollectionStats stats)
|
static CollectionStats[] |
fromTabularData(javax.management.openmbean.TabularData tabularData)
fromTabularData |
long |
getFetchCount()
getFetchCount |
long |
getLoadCount()
getLoadCount |
long |
getRecreateCount()
getRecreateCount |
long |
getRemoveCount()
getRemoveCount |
java.lang.String |
getRoleName()
getRoleName |
java.lang.String |
getShortName()
getShortName |
long |
getUpdateCount()
getUpdateCount |
static javax.management.openmbean.TabularData |
newTabularDataInstance()
newTabularDataInstance |
javax.management.openmbean.CompositeData |
toCompositeData()
toCompositeData |
java.lang.String |
toString()
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final java.lang.String roleName
protected final java.lang.String shortName
protected long loadCount
protected long fetchCount
protected long updateCount
protected long removeCount
protected long recreateCount
Constructor Detail |
---|
public CollectionStats(java.lang.String roleName)
roleName
- public CollectionStats(java.lang.String name, CollectionStatistics src)
name
- src
- public CollectionStats(javax.management.openmbean.CompositeData cData)
cData
- Method Detail |
---|
public void add(CollectionStats stats)
stats
- public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRoleName()
public java.lang.String getShortName()
public long getLoadCount()
public long getFetchCount()
public long getUpdateCount()
public long getRemoveCount()
public long getRecreateCount()
public javax.management.openmbean.CompositeData toCompositeData()
public static javax.management.openmbean.TabularData newTabularDataInstance()
public static CollectionStats[] fromTabularData(javax.management.openmbean.TabularData tabularData)
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |