public class CollectionStatisticsImpl extends AbstractCacheableDataStatistics implements CollectionStatistics, Serializable
NOT_CACHED_COUNT
Modifier and Type | Method and Description |
---|---|
long |
getFetchCount()
Number of times (since last Statistics clearing) this collection
has been fetched
|
long |
getLoadCount()
Number of times (since last Statistics clearing) this collection
has been loaded
|
long |
getRecreateCount()
Number of times (since last Statistics clearing) this collection
has been recreated (rows potentially deleted and then rows (re-)inserted)
|
long |
getRemoveCount()
Number of times (since last Statistics clearing) this collection
has been removed
|
long |
getUpdateCount()
Number of times (since last Statistics clearing) this collection
has been updated
|
String |
toString() |
appendCacheStats, getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName, incrementCacheHitCount, incrementCacheMissCount, incrementCachePutCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName
public long getLoadCount()
CollectionStatistics
getLoadCount
in interface CollectionStatistics
public long getFetchCount()
CollectionStatistics
getFetchCount
in interface CollectionStatistics
public long getRecreateCount()
CollectionStatistics
getRecreateCount
in interface CollectionStatistics
public long getRemoveCount()
CollectionStatistics
getRemoveCount
in interface CollectionStatistics
public long getUpdateCount()
CollectionStatistics
getUpdateCount
in interface CollectionStatistics
Copyright © 2019 JBoss by Red Hat. All rights reserved.