public interface EntityStatistics extends CacheableDataStatistics, Serializable
NOT_CACHED_COUNT
Modifier and Type | Method and Description |
---|---|
long |
getDeleteCount()
Number of times (since last Statistics clearing) this entity
has been deleted
|
long |
getFetchCount()
Number of times (since last Statistics clearing) this entity
has been fetched
|
long |
getInsertCount()
Number of times (since last Statistics clearing) this entity
has been inserted
|
long |
getLoadCount()
Number of times (since last Statistics clearing) this entity
has been loaded
|
long |
getOptimisticFailureCount()
Number of times (since last Statistics clearing) this entity
has experienced an optimistic lock failure.
|
long |
getUpdateCount()
Number of times (since last Statistics clearing) this entity
has been updated
|
getCacheHitCount, getCacheMissCount, getCachePutCount, getCacheRegionName
long getDeleteCount()
long getInsertCount()
long getUpdateCount()
long getLoadCount()
long getFetchCount()
long getOptimisticFailureCount()
Copyright © 2019 JBoss by Red Hat. All rights reserved.