public interface CollectionStatistics extends CacheableDataStatistics, 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 
 | 
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionNamelong getLoadCount()
long getFetchCount()
long getRecreateCount()
long getRemoveCount()
long getUpdateCount()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.