Package io.airlift.jmx
Class CacheStatsMBean
java.lang.Object
io.airlift.jmx.CacheStatsMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.Deprecated.longDeprecated.longsize()Deprecated.
-
Constructor Details
-
CacheStatsMBean
public CacheStatsMBean(com.google.common.cache.Cache<?, ?> cache) Deprecated.
-
-
Method Details
-
size
public long size()Deprecated. -
getHitRate
Deprecated. -
getMissRate
Deprecated. -
getLoadCount
public long getLoadCount()Deprecated. -
getRequestCount
public long getRequestCount()Deprecated.
-