Uses of Class
org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
Packages that use StatisticsConfigurationBuilder
-
Uses of StatisticsConfigurationBuilder in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return StatisticsConfigurationBuilderModifier and TypeMethodDescriptionStatisticsConfigurationBuilder.disable()
Disables client-side statistics collectionStatisticsConfigurationBuilder.enable()
Enables client-side statistics collectionStatisticsConfigurationBuilder.enabled
(boolean enabled) Enables or disables client-side statistics collectionStatisticsConfigurationBuilder.jmxDisable()
Disables exposure of client-side statistics over JMXSets the JMX domain name with which MBeans are exposed.StatisticsConfigurationBuilder.jmxEnable()
Enables exposure of client-side statistics over JMXStatisticsConfigurationBuilder.jmxEnabled
(boolean enabled) Enables or disables exposure of client-side statistics over JMXSets the name of the MBean.StatisticsConfigurationBuilder.mBeanServerLookup
(MBeanServerLookup mBeanServerLookupInstance) Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.AbstractConfigurationChildBuilder.statistics()
ConfigurationBuilder.statistics()
ConfigurationChildBuilder.statistics()
Configures client-side statistics.