Class JMXStatisticsConfiguration
- java.lang.Object
-
- org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
- All Implemented Interfaces:
BaseConfigurationInfo
,ConfigurationInfo
- Direct Known Subclasses:
StatisticsConfiguration
@Deprecated public abstract class JMXStatisticsConfiguration extends Object implements ConfigurationInfo
Deprecated.since 10.1.3. UseStatisticsConfiguration
instead. This will be removed in next major version.Determines whether cache statistics are gathered.- Author:
- pmuir
-
-
Constructor Summary
Constructors Constructor Description JMXStatisticsConfiguration()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract boolean
available()
Deprecated.since 10.1.3.abstract boolean
enabled()
Deprecated.-
Methods inherited from interface org.infinispan.commons.configuration.BaseConfigurationInfo
attributes, getElementDefinition
-
Methods inherited from interface org.infinispan.commons.configuration.ConfigurationInfo
subElements
-
-
-
-
Method Detail
-
enabled
public abstract boolean enabled()
Deprecated.
-
available
@Deprecated public abstract boolean available()
Deprecated.since 10.1.3. This method will be removed in a future version.If set to false, statistics gathering cannot be enabled during runtime. Performance optimization.
-
-