Uses of Interface
org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
Packages that use JMXStatisticsConfiguration Package Description org.infinispan.configuration.cache Cache
configuration -
-
Uses of JMXStatisticsConfiguration in org.infinispan.configuration.cache
Classes in org.infinispan.configuration.cache that implement JMXStatisticsConfiguration Modifier and Type Class Description class
StatisticsConfiguration
Determines whether cache statistics are gathered.Methods in org.infinispan.configuration.cache that return JMXStatisticsConfiguration Modifier and Type Method Description JMXStatisticsConfiguration
Configuration. jmxStatistics()
Deprecated.since 10.1.3 useConfiguration.statistics()
instead.
-