|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GlobalConfiguration.GlobalJmxStatisticsConfig
Configures whether global statistics are gathered and reported via JMX for all caches under this cache manager.
Method Summary | |
---|---|
GlobalConfiguration.GlobalJmxStatisticsConfig |
allowDuplicateDomains(Boolean allowDuplicateDomains)
If true, multiple cache manager instances could be configured under the same configured JMX domain. |
GlobalConfiguration.GlobalJmxStatisticsConfig |
cacheManagerName(String cacheManagerName)
If JMX statistics are enabled, this property represents the name of this cache manager. |
GlobalConfiguration.GlobalJmxStatisticsConfig |
enabled(Boolean enabled)
Toggle to enable/disable global statistics being exported via JMX |
GlobalConfiguration.GlobalJmxStatisticsConfig |
jmxDomain(String jmxDomain)
If JMX statistics are enabled then all 'published' JMX objects will appear under this name. |
GlobalConfiguration.GlobalJmxStatisticsConfig |
mBeanServerLookup(Class<? extends MBeanServerLookup> beanServerLookupClass)
Instance of class that will attempt to locate a JMX MBean server to bind to |
GlobalConfiguration.GlobalJmxStatisticsConfig |
setProperties(Properties p)
Sets properties which are then passed to the MBean Server Lookup implementation specified. |
GlobalConfiguration.GlobalJmxStatisticsConfig |
usingMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
Sets the instance of the MBeanServerLookup class to be used to bound JMX MBeans to. |
Method Detail |
---|
GlobalConfiguration.GlobalJmxStatisticsConfig enabled(Boolean enabled)
exposeGlobalJmxStatistics
- GlobalConfiguration.GlobalJmxStatisticsConfig setProperties(Properties p)
properties
- properties to pass to the MBean Server LookupGlobalConfiguration.GlobalJmxStatisticsConfig jmxDomain(String jmxDomain)
jmxObjectName
- GlobalConfiguration.GlobalJmxStatisticsConfig mBeanServerLookup(Class<? extends MBeanServerLookup> beanServerLookupClass)
mBeanServerLookupClass
- MBean Server Lookup class implementationGlobalConfiguration.GlobalJmxStatisticsConfig allowDuplicateDomains(Boolean allowDuplicateDomains)
allowDuplicateDomains
- GlobalConfiguration.GlobalJmxStatisticsConfig cacheManagerName(String cacheManagerName)
cacheManagerName
- GlobalConfiguration.GlobalJmxStatisticsConfig usingMBeanServerLookupInstance(MBeanServerLookup MBeanServerLookupInstance)
MBeanServerLookup
class to be used to bound JMX MBeans to.
mBeanServerLookupInstance
- An instance of MBeanServerLookup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |