Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
Modifier and Type | Method and Description |
---|---|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.addProperty(String key,
String value) |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.allowDuplicateDomains(Boolean allowDuplicateDomains)
If true, multiple cache manager instances could be configured under the same configured JMX
domain.
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.cacheManagerName(String cacheManagerName)
If JMX statistics are enabled, this property represents the name of this cache manager.
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.disable() |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enable() |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.enabled(boolean enabled) |
GlobalJmxStatisticsConfigurationBuilder |
GlobalConfigurationChildBuilder.globalJmxStatistics()
Global JMX configuration
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalConfigurationBuilder.globalJmxStatistics() |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.jmxDomain(String jmxDomain)
If JMX statistics are enabled then all 'published' JMX objects will appear under this name.
|
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Sets the instance of the
MBeanServerLookup class to be used to bound JMX MBeans to. |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.read(GlobalJmxStatisticsConfiguration template) |
GlobalJmxStatisticsConfigurationBuilder |
GlobalJmxStatisticsConfigurationBuilder.withProperties(Properties properties)
Sets properties which are then passed to the MBean Server Lookup implementation specified.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.