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, incrementCachePutCountclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionNamepublic long getLoadCount()
CollectionStatisticsgetLoadCount in interface CollectionStatisticspublic long getFetchCount()
CollectionStatisticsgetFetchCount in interface CollectionStatisticspublic long getRecreateCount()
CollectionStatisticsgetRecreateCount in interface CollectionStatisticspublic long getRemoveCount()
CollectionStatisticsgetRemoveCount in interface CollectionStatisticspublic long getUpdateCount()
CollectionStatisticsgetUpdateCount in interface CollectionStatisticsCopyright © 2019 JBoss by Red Hat. All rights reserved.