@Deprecated public interface XMLCacheCumulativeRuntimeMBean extends XMLCacheMonitorRuntimeMBean
Modifier and Type | Method and Description |
---|---|
double |
getAverageEntrySizeFlushed()
Deprecated.
Provides the average size in bytes of items memory
purged/flushed
|
double |
getFlushesPerHour()
Deprecated.
Provides the number of purges/flushes per hour
|
java.util.Date |
getMostRecentMemoryFlush()
Deprecated.
Provides the time of the most recent memory purge/flush
|
double |
getPercentRejected()
Deprecated.
Provides the percent of inserts that were rejected
|
long |
getRejectionsCount()
Deprecated.
Provides the number of rejections to cache an entry
|
long |
getRenewalsCount()
Deprecated.
Provides the number of times a stale entry was renewed
|
getAveragePerEntryMemorySize, getAverageTimeout, getMaxEntryMemorySize, getMaxEntryTimeout, getMinEntryMemorySize, getMinEntryTimeout
getAccessCount, getAccessTime, getCurrentSize, getCurrentTotalEntries, getFlushesCount, getHitCount, getInsertCount, getInsertTime, getTimeCreated, getTimeSinceStart
addPropertyChangeListener, preDeregister, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
getAttribute, getAttributes, invoke, setAttribute, setAttributes
double getAverageEntrySizeFlushed()
Provides the average size in bytes of items memory purged/flushed
java.util.Date getMostRecentMemoryFlush()
Provides the time of the most recent memory purge/flush
double getFlushesPerHour()
Provides the number of purges/flushes per hour
long getRejectionsCount()
Provides the number of rejections to cache an entry
double getPercentRejected()
Provides the percent of inserts that were rejected
long getRenewalsCount()
Provides the number of times a stale entry was renewed