Uses of Class
org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Packages that use GlobalJmxStatisticsConfigurationBuilder
-
Uses of GlobalJmxStatisticsConfigurationBuilder in org.infinispan.configuration.global
Modifier and TypeClassDescriptionclass
Configures JMX for the cache manager and its caches.Methods in org.infinispan.configuration.global that return GlobalJmxStatisticsConfigurationBuilderModifier and TypeMethodDescriptionGlobalJmxStatisticsConfigurationBuilder.addProperty
(String key, String value) Deprecated, for removal: This API element is subject to removal in a future version.GlobalJmxStatisticsConfigurationBuilder.cacheManagerName
(String cacheManagerName) Deprecated, for removal: This API element is subject to removal in a future version.GlobalJmxStatisticsConfigurationBuilder.disable()
Deprecated, for removal: This API element is subject to removal in a future version.Disables JMX in the cache manager.Deprecated, for removal: This API element is subject to removal in a future version.If JMX is enabled then all 'published' JMX objects will appear under this name.GlobalJmxStatisticsConfigurationBuilder.enable()
Deprecated, for removal: This API element is subject to removal in a future version.Enables JMX in the cache manager.GlobalJmxStatisticsConfigurationBuilder.enabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Enables JMX in the cache manager.Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.3, please usedomain(String)
instead.GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup
(MBeanServerLookup mBeanServerLookupInstance) Deprecated, for removal: This API element is subject to removal in a future version.Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.GlobalJmxStatisticsConfigurationBuilder.withProperties
(Properties properties) Deprecated, for removal: This API element is subject to removal in a future version.Sets properties which are then passed to the MBean Server Lookup implementation specified.
GlobalConfigurationBuilder.cacheManagerName(String)
instead