Uses of Enum
com.github.benmanes.caffeine.jcache.management.JmxRegistration.MBeanType
Packages that use JmxRegistration.MBeanType
-
Uses of JmxRegistration.MBeanType in com.github.benmanes.caffeine.jcache.management
Subclasses with type arguments of type JmxRegistration.MBeanType in com.github.benmanes.caffeine.jcache.managementMethods in com.github.benmanes.caffeine.jcache.management that return JmxRegistration.MBeanTypeModifier and TypeMethodDescriptionstatic JmxRegistration.MBeanTypeReturns the enum constant of this type with the specified name.static JmxRegistration.MBeanType[]JmxRegistration.MBeanType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.benmanes.caffeine.jcache.management with parameters of type JmxRegistration.MBeanTypeModifier and TypeMethodDescriptionstatic voidJmxRegistration.registerMxBean(Cache<?, ?> cache, Object mxbean, JmxRegistration.MBeanType type) Registers the JMX management bean for the cache.static voidJmxRegistration.unregisterMxBean(Cache<?, ?> cache, JmxRegistration.MBeanType type) Unregisters the JMX management bean for the cache.