Class GlobalJmxStatisticsConfiguration
java.lang.Object
org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
- Direct Known Subclasses:
GlobalJmxConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract String
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1.abstract String
domain()
Deprecated, for removal: This API element is subject to removal in a future version.abstract boolean
enabled()
Deprecated, for removal: This API element is subject to removal in a future version.abstract MBeanServerLookup
Deprecated, for removal: This API element is subject to removal in a future version.abstract TypedProperties
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
GlobalJmxStatisticsConfiguration
public GlobalJmxStatisticsConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
enabled
public abstract boolean enabled()Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- true if JMX is enabled.
-
domain
Deprecated, for removal: This API element is subject to removal in a future version. -
properties
Deprecated, for removal: This API element is subject to removal in a future version. -
cacheManagerName
Deprecated, for removal: This API element is subject to removal in a future version.Since 10.1. please useGlobalConfiguration.cacheManagerName()
instead.- Returns:
- the cache manager name
-
mbeanServerLookup
Deprecated, for removal: This API element is subject to removal in a future version.
-
GlobalJmxConfiguration
instead. This will be removed in next major version.