Uses of Class
org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
Packages that use JMXStatisticsConfigurationBuilder Package Description org.infinispan.configuration.cache Cacheconfiguration -
-
Uses of JMXStatisticsConfigurationBuilder in org.infinispan.configuration.cache
Subclasses of JMXStatisticsConfigurationBuilder in org.infinispan.configuration.cache Modifier and Type Class Description classStatisticsConfigurationBuilderDetermines whether cache statistics are gathered.Methods in org.infinispan.configuration.cache that return JMXStatisticsConfigurationBuilder Modifier and Type Method Description abstract JMXStatisticsConfigurationBuilderJMXStatisticsConfigurationBuilder. available(boolean available)Deprecated.since 10.1.3.abstract JMXStatisticsConfigurationBuilderJMXStatisticsConfigurationBuilder. disable()Deprecated.Disable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilderJMXStatisticsConfigurationBuilder. enable()Deprecated.Enable statistics gathering and reportingabstract JMXStatisticsConfigurationBuilderJMXStatisticsConfigurationBuilder. enabled(boolean enabled)Deprecated.Enable or disable statistics gathering and reportingdefault JMXStatisticsConfigurationBuilderConfigurationChildBuilder. jmxStatistics()Deprecated.since 10.1.3 useConfigurationChildBuilder.statistics()instead.
-