NaturalIdStatistics
is preferred over
NaturalIdCacheStatistics
@Deprecated public class DeprecatedNaturalIdCacheStatisticsImpl extends Object implements NaturalIdCacheStatistics, Serializable
Modifier and Type | Method and Description |
---|---|
long |
getElementCountInMemory()
Deprecated.
|
long |
getElementCountOnDisk()
Deprecated.
|
long |
getExecutionAvgTime()
Deprecated.
average time in ms taken by the excution of this query onto the DB
|
long |
getExecutionCount()
Deprecated.
queries executed to the DB
|
long |
getExecutionMaxTime()
Deprecated.
max time in ms taken by the excution of this query onto the DB
|
long |
getExecutionMinTime()
Deprecated.
min time in ms taken by the excution of this query onto the DB
|
long |
getHitCount()
Deprecated.
|
long |
getMissCount()
Deprecated.
|
long |
getPutCount()
Deprecated.
|
long |
getSizeInMemory()
Deprecated.
|
String |
toString()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEntries
public long getExecutionCount()
getExecutionCount
in interface NaturalIdCacheStatistics
public long getExecutionAvgTime()
getExecutionAvgTime
in interface NaturalIdCacheStatistics
public long getExecutionMaxTime()
getExecutionMaxTime
in interface NaturalIdCacheStatistics
public long getExecutionMinTime()
getExecutionMinTime
in interface NaturalIdCacheStatistics
public long getHitCount()
getHitCount
in interface NaturalIdCacheStatistics
public long getMissCount()
getMissCount
in interface NaturalIdCacheStatistics
public long getPutCount()
getPutCount
in interface NaturalIdCacheStatistics
public long getElementCountInMemory()
getElementCountInMemory
in interface NaturalIdCacheStatistics
public long getElementCountOnDisk()
getElementCountOnDisk
in interface NaturalIdCacheStatistics
public long getSizeInMemory()
getSizeInMemory
in interface NaturalIdCacheStatistics
Copyright © 2019 JBoss by Red Hat. All rights reserved.