Uses of Class
org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
Packages that use GlobalJmxConfigurationBuilder
-
Uses of GlobalJmxConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return GlobalJmxConfigurationBuilderModifier and TypeMethodDescriptionGlobalJmxConfigurationBuilder.addProperty
(String key, String value) GlobalJmxConfigurationBuilder.cacheManagerName
(String cacheManagerName) Deprecated, for removal: This API element is subject to removal in a future version.GlobalJmxConfigurationBuilder.disable()
Disables JMX in the cache manager.If JMX is enabled then all 'published' JMX objects will appear under this name.GlobalJmxConfigurationBuilder.enable()
Enables JMX in the cache manager.GlobalJmxConfigurationBuilder.enabled
(boolean enabled) Enables JMX in the cache manager.default GlobalJmxConfigurationBuilder
GlobalConfigurationChildBuilder.globalJmxStatistics()
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3.CacheContainerConfigurationBuilder.jmx()
GlobalConfigurationBuilder.jmx()
GlobalConfigurationChildBuilder.jmx()
Global JMX configuration.GlobalJmxConfigurationBuilder.mBeanServerLookup
(MBeanServerLookup mBeanServerLookupInstance) Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.GlobalJmxConfigurationBuilder.read
(GlobalJmxConfiguration template, Combine combine) GlobalJmxConfigurationBuilder.withProperties
(Properties properties) Sets properties which are then passed to the MBean Server Lookup implementation specified.
GlobalConfigurationBuilder.cacheManagerName(String)
instead