Uses of Class
org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Packages that use JMXStatisticsConfigurationBuilder
-
Uses of JMXStatisticsConfigurationBuilder in org.infinispan.configuration.cache
Subclasses of JMXStatisticsConfigurationBuilder in org.infinispan.configuration.cacheModifier and TypeClassDescriptionclass
Determines whether cache statistics are gathered.Methods in org.infinispan.configuration.cache that return JMXStatisticsConfigurationBuilderModifier and TypeMethodDescriptionabstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.available
(boolean available) Deprecated.since 10.1.3.abstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.disable()
Deprecated.Disable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.enable()
Deprecated.Enable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.enabled
(boolean enabled) Deprecated.Enable or disable statistics gathering and reportingConfigurationChildBuilder.jmxStatistics()
Deprecated.since 10.1.3 useConfigurationChildBuilder.statistics()
instead.