Class GlobalJmxStatisticsConfiguration

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

@Deprecated public abstract class GlobalJmxStatisticsConfiguration extends Object
Deprecated.
since 10.1.3 Use GlobalJmxConfiguration instead. This will be removed in next major version.
  • Constructor Details

    • GlobalJmxStatisticsConfiguration

      public GlobalJmxStatisticsConfiguration()
      Deprecated.
  • Method Details

    • enabled

      public abstract boolean enabled()
      Deprecated.
      Returns:
      true if JMX is enabled.
    • domain

      public abstract String domain()
      Deprecated.
    • properties

      public abstract TypedProperties properties()
      Deprecated.
    • cacheManagerName

      @Deprecated public abstract String cacheManagerName()
      Deprecated.
      Since 10.1. please use GlobalConfiguration.cacheManagerName() instead.
      Returns:
      the cache manager name
    • mbeanServerLookup

      public abstract MBeanServerLookup mbeanServerLookup()
      Deprecated.