NaturalIdStatistics
- unfortunately the
old statistics contracts exposed these by region name, rather than the name of
the entity defining the natural-id@Deprecated public interface NaturalIdCacheStatistics extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getElementCountInMemory()
Deprecated.
|
long |
getElementCountOnDisk()
Deprecated.
|
default Map |
getEntries()
Deprecated.
|
long |
getExecutionAvgTime()
Deprecated.
The average amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
long |
getExecutionCount()
Deprecated.
Number of times (since last Statistics clearing) the "natural id
resolution" query has been executed
|
long |
getExecutionMaxTime()
Deprecated.
The maximum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
long |
getExecutionMinTime()
Deprecated.
The minimum amount of time it takes (since last Statistics clearing) for
the execution of this "natural id resolution" query
|
long |
getHitCount()
Deprecated.
|
long |
getMissCount()
Deprecated.
|
long |
getPutCount()
Deprecated.
|
long |
getSizeInMemory()
Deprecated.
|
long getExecutionCount()
long getExecutionAvgTime()
long getExecutionMaxTime()
long getExecutionMinTime()
long getHitCount()
long getMissCount()
long getPutCount()
long getElementCountInMemory()
long getElementCountOnDisk()
long getSizeInMemory()
default Map getEntries()
Copyright © 2019 JBoss by Red Hat. All rights reserved.