- getAlert() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Single health value from 0 meaning good, 1 meaning warning, and 2 meaning failure.
- getAlert() - Method in interface org.cache2k.jmx.CacheManagerMXBean
-
Combined health of all caches.
- getBuildNumber() - Method in interface org.cache2k.jmx.CacheManagerMXBean
-
- getClearedTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Time when cache object was cleared.
- getCreatedTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Time when cache object was created.
- getEvictedCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
An entry was evicted from the cache because of size limits.
- getExpiredCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Counter for the event that data in the cache has expired.
- getExtraStatistics() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
String with additional statistics from the cache implementation.
- getFetchCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
How many times the data was fetched from the cache source.
- getFetchExceptionCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
- getFetchMillis() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Total number of time spent fetching entries from the cache source.
- getHashCollisionCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Number of hashcode collisions within the cache.
- getHashCollisionsSlotCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Number of collision slots within the cache.
- getHashLongestCollisionSize() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
The number of entries of the collision slot with the most collisions.
- getHashQuality() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Value between 100 and 0 to help evaluate the quality of the hashing function.
- getHitRate() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
The percentage of cache accesses the cache delivered data directly instead of fetching it.
- getImplementation() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Implementation class of the cache which controls the eviction strategy.
- getInfoCreatedDetlaMillis() - 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.
- getIntegrityDescriptor() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
The cache checks some internal values for correctness.
- getKeyMutationCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Number of key mutations occurred.
- getLastOperationTime() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Time of last meaningful cache operation.
- getMaximumSize() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
The configured maximum number of entries in the cache.
- getMemoryUsage() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Amount of memory the cache
- getMillisPerFetch() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Milliseconds per fetch.
- getMissCnt() - 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.
- getNewEntryCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
How many new cache entries are created.
- getPeakThreadsInPool() - Method in interface org.cache2k.jmx.CacheManagerMXBean
-
- getPutCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Number of calls to put().
- getRefreshCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Counter for the event that the data of a cache entry was refreshed.
- getRefreshHitCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
How many times we had a hit on a refreshed entry.
- getRefreshSubmitFailedCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Counter how many times a refresh submit failed, meaning that there were
not enough thread resources available.
- getSize() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
The current number of entries within the cache, starting with 0.
- getSuppressedExceptionCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
Number of exceptions thrown by the CacheSource that were ignored and
the previous data value got returned.
- getThreadsInPool() - Method in interface org.cache2k.jmx.CacheManagerMXBean
-
- getUsageCnt() - Method in interface org.cache2k.jmx.CacheInfoMXBean
-
How often data was requested from the cache.
- getVersion() - Method in interface org.cache2k.jmx.CacheManagerMXBean
-