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