Interface JMXStatisticsConfiguration
-
- All Known Implementing Classes:
StatisticsConfiguration
@Deprecated public interface JMXStatisticsConfiguration
Deprecated.since 10.1.3. UseStatisticsConfigurationinstead. This will be removed in next major version.Determines whether cache statistics are gathered.- Author:
- pmuir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanavailable()Deprecated.since 10.1.3.booleanenabled()Deprecated.
-
-
-
Method Detail
-
enabled
boolean enabled()
Deprecated.
-
available
@Deprecated boolean available()
Deprecated.since 10.1.3. This method will be removed in a future version.If set to false, statistics gathering cannot be enabled during runtime. Performance optimization.
-
-