Class StatisticsConfiguration
- java.lang.Object
-
- org.infinispan.commons.configuration.attributes.ConfigurationElement<StatisticsConfiguration>
-
- org.infinispan.configuration.cache.StatisticsConfiguration
-
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<StatisticsConfiguration>,org.infinispan.commons.configuration.attributes.Updatable<StatisticsConfiguration>,JMXStatisticsConfiguration
public class StatisticsConfiguration extends org.infinispan.commons.configuration.attributes.ConfigurationElement<StatisticsConfiguration> implements JMXStatisticsConfiguration
Determines whether cache statistics are gathered.- Since:
- 10.1.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanavailable()Deprecated.since 10.1.3.booleanenabled()
-
-
-
Method Detail
-
enabled
public boolean enabled()
- Specified by:
enabledin interfaceJMXStatisticsConfiguration
-
available
@Deprecated public 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.- Specified by:
availablein interfaceJMXStatisticsConfiguration
-
-