Class GlobalJmxStatisticsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
public class GlobalJmxStatisticsConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeDefinition<Boolean>
ALLOW_DUPLICATE_DOMAINS
static AttributeDefinition<String>
CACHE_MANAGER_NAME
static AttributeDefinition<Boolean>
ENABLED
static AttributeDefinition<String>
JMX_DOMAIN
static AttributeDefinition<MBeanServerLookup>
MBEAN_SERVER_LOOKUP
static AttributeDefinition<TypedProperties>
PROPERTIES
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowDuplicateDomains()
static AttributeSet
attributeDefinitionSet()
AttributeSet
attributes()
String
cacheManagerName()
String
domain()
boolean
enabled()
boolean
equals(Object obj)
int
hashCode()
MBeanServerLookup
mbeanServerLookup()
TypedProperties
properties()
String
toString()
-
-
-
Field Detail
-
ENABLED
public static final AttributeDefinition<Boolean> ENABLED
-
JMX_DOMAIN
public static final AttributeDefinition<String> JMX_DOMAIN
-
MBEAN_SERVER_LOOKUP
public static final AttributeDefinition<MBeanServerLookup> MBEAN_SERVER_LOOKUP
-
ALLOW_DUPLICATE_DOMAINS
public static final AttributeDefinition<Boolean> ALLOW_DUPLICATE_DOMAINS
-
CACHE_MANAGER_NAME
public static final AttributeDefinition<String> CACHE_MANAGER_NAME
-
PROPERTIES
public static final AttributeDefinition<TypedProperties> PROPERTIES
-
-
Method Detail
-
attributeDefinitionSet
public static final AttributeSet attributeDefinitionSet()
-
enabled
public boolean enabled()
-
domain
public String domain()
-
properties
public TypedProperties properties()
-
allowDuplicateDomains
public boolean allowDuplicateDomains()
-
cacheManagerName
public String cacheManagerName()
-
mbeanServerLookup
public MBeanServerLookup mbeanServerLookup()
-
attributes
public AttributeSet attributes()
-
-