Class JmxRegistration
java.lang.Object
com.github.benmanes.caffeine.jcache.management.JmxRegistration
Jmx cache utilities.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterMxBean(Cache<?, ?> cache, Object mxbean, JmxRegistration.MBeanType type) Registers the JMX management bean for the cache.static voidunregisterMxBean(Cache<?, ?> cache, JmxRegistration.MBeanType type) Unregisters the JMX management bean for the cache.
-
Method Details
-
registerMxBean
Registers the JMX management bean for the cache.- Parameters:
cache- the cache to registermxbean- the management beantype- the mxbean type
-
unregisterMxBean
Unregisters the JMX management bean for the cache.- Parameters:
cache- the cache to unregistertype- the mxbean type
-