Class GlobalJmxStatisticsConfiguration

java.lang.Object
org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
Direct Known Subclasses:
GlobalJmxConfiguration

@Deprecated(forRemoval=true) public abstract class GlobalJmxStatisticsConfiguration extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 10.1.3 Use GlobalJmxConfiguration instead. This will be removed in next major version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Since 10.1.
    abstract String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    abstract boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlobalJmxStatisticsConfiguration

      public GlobalJmxStatisticsConfiguration()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • enabled

      public abstract boolean enabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      true if JMX is enabled.
    • domain

      public abstract String domain()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • properties

      public abstract TypedProperties properties()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • cacheManagerName

      @Deprecated(forRemoval=true) public abstract String cacheManagerName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since 10.1. please use GlobalConfiguration.cacheManagerName() instead.
      Returns:
      the cache manager name
    • mbeanServerLookup

      public abstract MBeanServerLookup mbeanServerLookup()
      Deprecated, for removal: This API element is subject to removal in a future version.