| Constructor and Description |
|---|
StatsImpl(InterceptorChain chain) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentNumberOfEntries()
Returns the number of entries currently in this cache instance.
|
long |
getEvictions() |
long |
getHits() |
long |
getMisses() |
long |
getRemoveHits() |
long |
getRemoveMisses() |
long |
getRetrievals() |
long |
getStores() |
long |
getTimeSinceStart() |
long |
getTotalNumberOfEntries() |
public StatsImpl(InterceptorChain chain)
public long getTimeSinceStart()
getTimeSinceStart in interface Statspublic int getCurrentNumberOfEntries()
StatsgetCurrentNumberOfEntries in interface Statspublic long getTotalNumberOfEntries()
getTotalNumberOfEntries in interface Statspublic long getRetrievals()
getRetrievals in interface Statspublic long getStores()
public long getHits()
public long getMisses()
public long getRemoveHits()
getRemoveHits in interface Statspublic long getRemoveMisses()
getRemoveMisses in interface Statspublic long getEvictions()
getEvictions in interface StatsCopyright © 2012 JBoss by Red Hat. All Rights Reserved.