Skip navigation links
C G O 

C

CacheInfoMXBean - Interface in org.cache2k.jmx
Exposed statistics via JMX from a cache.
CacheManagerMXBean - Interface in org.cache2k.jmx
Bean representing a cache manager.
CacheMXBean - Interface in org.cache2k.jmx
Adds actions to the cache mx bean.
clear() - Method in interface org.cache2k.jmx.CacheManagerMXBean
Clear all associated caches.
clear() - Method in interface org.cache2k.jmx.CacheMXBean
Clears the cache contents.

G

getAlert() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Single health value from 0 meaning good, 1 meaning warning, and 2 meaning failure.
getBuildNumber() - Method in interface org.cache2k.jmx.CacheManagerMXBean
 
getClearCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number of Cache.clear() invocations.
getClearedEntriesCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number entries removed from the cache by the Cache.clear() operation.
getClearedTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Time of the most recent Cache.clear() operation.
getCreatedTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Time when the cache was created.
getEntryCapacity() - Method in interface org.cache2k.jmx.CacheInfoMXBean
The configured maximum number of entries in the cache.
getEvictedCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
An entry was evicted from the cache because of size limits.
getEvictionStatistics() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Additional statistics from the eviction algorithm.
getExpiredCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Counter for the event that data in the cache has expired.
getGetCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
How often data was requested from the cache.
getHashQuality() - Method in interface org.cache2k.jmx.CacheInfoMXBean
A value between 0 and 100 to help evaluate the quality of the hashing function.
getHealthStatus() - Method in interface org.cache2k.jmx.CacheManagerMXBean
"ok" if no issues are to report, otherwise it starts with "WARNING:" or "FAILURE:" and a more descriptive text.
getHitRate() - Method in interface org.cache2k.jmx.CacheInfoMXBean
The percentage of cache accesses the cache delivered data.
getImplementation() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Implementation class of the cache.
getInfoCreatedDeltaMillis() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Milliseconds needed to provide the data.
getInfoCreatedTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Time when the cache information was created for JMX.
getInsertCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
How many times a new entry was inserted into the cache.
getIntegrityDescriptor() - Method in interface org.cache2k.jmx.CacheInfoMXBean
The cache checks some internal values for correctness.
getKeyMutationCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number of key mutations occurred.
getKeyType() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Type of the cache key.
getLoadCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
How many times a load succeeded.
getLoadExceptionCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number of exceptions thrown by the CacheLoader.
getMillisPerLoad() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Average number of milliseconds per load.
getMissCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Counter of the event that: a client requested a data which was not present in the cache or had expired.
getPutCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
The total number of insert or update operations.
getRefreshCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Counter for the event that the data of a cache entry was refreshed.
getRefreshedHitCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
How many times we had a hit on a refreshed entry.
getRefreshFailedCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Counter how many times a refresh failed, because there were not enough thread resources available.
getRemoveCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number of remove operations.
getSize() - Method in interface org.cache2k.jmx.CacheInfoMXBean
The current number of entries within the cache, starting with 0.
getSuppressedLoadExceptionCount() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Number of exceptions thrown by the CacheLoader that were ignored and the previous data value got returned.
getTotalLoadMillis() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Total number of time spent loading entries from the cache loader.
getValueType() - Method in interface org.cache2k.jmx.CacheInfoMXBean
Type of the cache value.
getVersion() - Method in interface org.cache2k.jmx.CacheManagerMXBean
 

O

org.cache2k.jmx - package org.cache2k.jmx
 
C G O 
Skip navigation links

cache2k API documentation. Copyright © 2000–2017 headissue GmbH, Munich.