Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Class and Description |
---|---|
static class |
GlobalConfiguration.GlobalJmxStatisticsType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.addProperty(String key,
String value)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.allowDuplicateDomains(Boolean allowDuplicateDomains)
Deprecated.
If true, multiple cache manager instances could be configured under the same configured JMX
domain.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.allowDuplicateDomains(Boolean allowDuplicateDomains)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.cacheManagerName(String cacheManagerName)
Deprecated.
If JMX statistics are enabled, this property represents the name of this cache manager.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.cacheManagerName(String cacheManagerName)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.disable()
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.jmxDomain(String jmxDomain)
Deprecated.
If JMX statistics are enabled then all 'published' JMX objects will appear under this name.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.jmxDomain(String jmxDomain)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Deprecated.
Sets the instance of the
MBeanServerLookup class to be used to bound JMX MBeans to. |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.mBeanServerLookup(MBeanServerLookup MBeanServerLookupInstance)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookupClass(Class<? extends MBeanServerLookup> mbeanServerLookupClass)
Deprecated.
Instance of class that will attempt to locate a JMX MBean server to bind to
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.mBeanServerLookupClass(Class<? extends MBeanServerLookup> beanServerLookupClass)
Deprecated.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.withProperties(Properties properties)
Deprecated.
Sets properties which are then passed to the MBean Server Lookup implementation specified.
|
FluentGlobalConfiguration.GlobalJmxStatisticsConfig |
GlobalConfiguration.GlobalJmxStatisticsType.withProperties(Properties p)
Deprecated.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.