abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.addProperty(java.lang.String key,
java.lang.String value) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.allowDuplicateDomains(java.lang.Boolean allowDuplicateDomains) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.cacheManagerName(java.lang.String cacheManagerName) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.disable() |
Deprecated.
Disables JMX in the cache manager.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.domain(java.lang.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(java.lang.String domain) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance) |
Deprecated.
|
abstract GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.withProperties(java.util.Properties properties) |
Deprecated.
Sets properties which are then passed to the MBean Server Lookup implementation specified.
|