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, for removal: This API element is subject to removal in a future version.since 10.1.3.abstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.disable()
Deprecated, for removal: This API element is subject to removal in a future version.Disable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.enable()
Deprecated, for removal: This API element is subject to removal in a future version.Enable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilder
JMXStatisticsConfigurationBuilder.enabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.Enable or disable statistics gathering and reportingConfigurationChildBuilder.jmxStatistics()
Deprecated, for removal: This API element is subject to removal in a future version.since 10.1.3 useConfigurationChildBuilder.statistics()
instead.