Package io.airlift.jmx
Class CacheStatsMBean
- java.lang.Object
-
- io.airlift.jmx.CacheStatsMBean
-
public class CacheStatsMBean extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheStatsMBean(com.google.common.cache.Cache<?,?> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetHitRate()DoublegetMissRate()longgetRequestCount()longsize()
-