Interface JMXStatisticsConfiguration

All Known Implementing Classes:
StatisticsConfiguration

@Deprecated(forRemoval=true) public interface JMXStatisticsConfiguration
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1.3. Use StatisticsConfiguration instead. This will be removed in next major version.
Determines whether cache statistics are gathered.
Author:
pmuir
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 10.1.3.
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • enabled

      boolean enabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • available

      @Deprecated(forRemoval=true) boolean available()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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.