| Package | Description |
|---|---|
| org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalJmxConfigurationBuilder
Configures JMX for the cache manager and its caches.
|
| Modifier and Type | Method and Description |
|---|---|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.addProperty(String key,
String value)
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.cacheManagerName(String cacheManagerName)
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.disable()
Deprecated.
Disables JMX in the cache manager.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.domain(String domain)
Deprecated.
If JMX is enabled then all 'published' JMX objects will appear under this name.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enable()
Deprecated.
Enables JMX in the cache manager.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enabled(boolean enabled)
Deprecated.
Enables JMX in the cache manager.
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.jmxDomain(String domain)
Deprecated.
Since 10.1.3, please use
domain(String) instead. |
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Deprecated.
Sets the instance of the
MBeanServerLookup class to be used to bound JMX MBeans to. |
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.withProperties(Properties properties)
Deprecated.
Sets properties which are then passed to the MBean Server Lookup implementation specified.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.