Class GlobalJmxStatisticsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
- Direct Known Subclasses:
GlobalJmxConfiguration
@Deprecated public abstract class GlobalJmxStatisticsConfiguration extends Object
Deprecated.since 10.1.3 UseGlobalJmxConfiguration
instead. This will be removed in next major version.
-
-
Constructor Summary
Constructors Constructor Description GlobalJmxStatisticsConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract String
cacheManagerName()
Deprecated.Since 10.1.abstract String
domain()
Deprecated.abstract boolean
enabled()
Deprecated.abstract MBeanServerLookup
mbeanServerLookup()
Deprecated.abstract TypedProperties
properties()
Deprecated.
-
-
-
Method Detail
-
enabled
public abstract boolean enabled()
Deprecated.- Returns:
- true if JMX is enabled.
-
domain
public abstract String domain()
Deprecated.
-
properties
public abstract TypedProperties properties()
Deprecated.
-
cacheManagerName
@Deprecated public abstract String cacheManagerName()
Deprecated.Since 10.1. please useGlobalConfiguration.cacheManagerName()
instead.- Returns:
- the cache manager name
-
mbeanServerLookup
public abstract MBeanServerLookup mbeanServerLookup()
Deprecated.
-
-