Skip navigation links
C G I P 

C

com.codahale.metrics.ehcache - package com.codahale.metrics.ehcache
 
createDecoratedEhcache(Ehcache, Properties) - Method in class com.codahale.metrics.ehcache.InstrumentedCacheDecoratorFactory
 
createDefaultDecoratedEhcache(Ehcache, Properties) - Method in class com.codahale.metrics.ehcache.InstrumentedCacheDecoratorFactory
 

G

get(Object) - Method in class com.codahale.metrics.ehcache.InstrumentedEhcache
 
get(Serializable) - Method in class com.codahale.metrics.ehcache.InstrumentedEhcache
 

I

instrument(MetricRegistry, Ehcache) - Static method in class com.codahale.metrics.ehcache.InstrumentedEhcache
Instruments the given Ehcache instance with get and put timers and a set of gauges for Ehcache's built-in statistics:

Ehcache timered metrics hits The number of times a requested item was found in the cache. in-memory-hits Number of times a requested item was found in the memory store. off-heap-hits Number of times a requested item was found in the off-heap store. on-disk-hits Number of times a requested item was found in the disk store. misses Number of times a requested item was not found in the cache. in-memory-misses Number of times a requested item was not found in the memory store. off-heap-misses Number of times a requested item was not found in the off-heap store. on-disk-misses Number of times a requested item was not found in the disk store. objects Number of elements stored in the cache. in-memory-objects Number of objects in the memory store. off-heap-objects Number of objects in the off-heap store. on-disk-objects Number of objects in the disk store. mean-get-time The average get time.

InstrumentedCacheDecoratorFactory - Class in com.codahale.metrics.ehcache
 
InstrumentedCacheDecoratorFactory() - Constructor for class com.codahale.metrics.ehcache.InstrumentedCacheDecoratorFactory
 
InstrumentedEhcache - Class in com.codahale.metrics.ehcache
An instrumented Ehcache instance.

P

put(Element) - Method in class com.codahale.metrics.ehcache.InstrumentedEhcache
 
put(Element, boolean) - Method in class com.codahale.metrics.ehcache.InstrumentedEhcache
 
putIfAbsent(Element) - Method in class com.codahale.metrics.ehcache.InstrumentedEhcache
 
C G I P 
Skip navigation links

Copyright © 2015. All Rights Reserved.