Class GlobalJmxStatisticsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
public class GlobalJmxStatisticsConfiguration extends java.lang.Object implements ConfigurationInfo
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<java.lang.Boolean>
ALLOW_DUPLICATE_DOMAINS
static AttributeDefinition<java.lang.String>
JMX_DOMAIN
static AttributeDefinition<MBeanServerLookup>
MBEAN_SERVER_LOOKUP
static AttributeDefinition<TypedProperties>
PROPERTIES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
allowDuplicateDomains()
Deprecated.Since 10.1, please set a uniquejmxDomain
orGlobalConfiguration.cacheManagerName()
instead.static AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
java.lang.String
cacheManagerName()
Deprecated.useGlobalConfiguration.cacheManagerName()
insteadjava.lang.String
domain()
boolean
enabled()
Deprecated.boolean
equals(java.lang.Object o)
ElementDefinition
getElementDefinition()
int
hashCode()
MBeanServerLookup
mbeanServerLookup()
TypedProperties
properties()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Field Detail
-
JMX_DOMAIN
public static final AttributeDefinition<java.lang.String> JMX_DOMAIN
-
MBEAN_SERVER_LOOKUP
public static final AttributeDefinition<MBeanServerLookup> MBEAN_SERVER_LOOKUP
-
ALLOW_DUPLICATE_DOMAINS
public static final AttributeDefinition<java.lang.Boolean> ALLOW_DUPLICATE_DOMAINS
-
PROPERTIES
public static final AttributeDefinition<TypedProperties> PROPERTIES
-
-
Method Detail
-
attributeDefinitionSet
public static AttributeSet attributeDefinitionSet()
-
getElementDefinition
public ElementDefinition getElementDefinition()
- Specified by:
getElementDefinition
in interfaceBaseConfigurationInfo
- Returns:
- the
ElementDefinition
of the configuration.
-
enabled
@Deprecated public boolean enabled()
Deprecated.- Returns:
- true if JMX statistics are enabled.
-
domain
public java.lang.String domain()
-
properties
public TypedProperties properties()
-
allowDuplicateDomains
@Deprecated public boolean allowDuplicateDomains()
Deprecated.Since 10.1, please set a uniquejmxDomain
orGlobalConfiguration.cacheManagerName()
instead.
-
cacheManagerName
@Deprecated public java.lang.String cacheManagerName()
Deprecated.useGlobalConfiguration.cacheManagerName()
instead- Returns:
- the cache manager name
-
mbeanServerLookup
public MBeanServerLookup mbeanServerLookup()
-
attributes
public AttributeSet attributes()
- Specified by:
attributes
in interfaceBaseConfigurationInfo
- Returns:
- the
AttributeSet
declared by the configuration.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-