Class GlobalJmxStatisticsConfigurationBuilder
- java.lang.Object
-
- org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
- All Implemented Interfaces:
GlobalConfigurationChildBuilder
- Direct Known Subclasses:
GlobalJmxConfigurationBuilder
@Deprecated public abstract class GlobalJmxStatisticsConfigurationBuilder extends Object
Deprecated.since 10.1.3. UseGlobalJmxConfigurationBuilder
instead. This will be removed in next major version.Configures JMX for the cache manager and its caches.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description abstract GlobalJmxStatisticsConfigurationBuilder
addProperty(String key, String value)
Deprecated.ThreadPoolConfigurationBuilder
asyncThreadPool()
Configuration for the asynchronous operations thread poolThreadPoolConfigurationBuilder
blockingThreadPool()
Configuration for the blocking thread poolGlobalConfiguration
build()
Builds aGlobalConfiguration
object using the settings applied to this builderabstract GlobalJmxStatisticsConfigurationBuilder
cacheManagerName(String cacheManagerName)
Deprecated.GlobalConfigurationBuilder
defaultCacheName(String defaultCacheName)
Sets the name of the cache that acts as the default cache and is returned byEmbeddedCacheManager.getCache()
.abstract GlobalJmxStatisticsConfigurationBuilder
disable()
Deprecated.Disables JMX in the cache manager.abstract GlobalJmxStatisticsConfigurationBuilder
domain(String domain)
Deprecated.If JMX is enabled then all 'published' JMX objects will appear under this name.abstract GlobalJmxStatisticsConfigurationBuilder
enable()
Deprecated.Enables JMX in the cache manager.abstract GlobalJmxStatisticsConfigurationBuilder
enabled(boolean enabled)
Deprecated.Enables JMX in the cache manager.ThreadPoolConfigurationBuilder
expirationThreadPool()
Configuration for the expiration thread poolprotected GlobalConfigurationBuilder
getGlobalConfig()
GlobalStateConfigurationBuilder
globalState()
Global state configurationGlobalJmxConfigurationBuilder
jmx()
Global JMX configuration.GlobalJmxStatisticsConfigurationBuilder
jmxDomain(String domain)
Deprecated.Since 10.1.3, please usedomain(String)
instead.ThreadPoolConfigurationBuilder
listenerThreadPool()
Configuration for the listener thread poolabstract GlobalJmxStatisticsConfigurationBuilder
mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Deprecated.Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.GlobalMetricsConfigurationBuilder
metrics()
Global microprofile metrics configuration.List<Builder<?>>
modules()
Global modules configurationThreadPoolConfigurationBuilder
nonBlockingThreadPool()
Configuration for the non blocking thread poolThreadPoolConfigurationBuilder
persistenceThreadPool()
Configuration for the persistence thread poolGlobalSecurityConfigurationBuilder
security()
Security-related configurationSerializationConfigurationBuilder
serialization()
Global serialization (i.e.ShutdownConfigurationBuilder
shutdown()
Shutdown configurationSiteConfigurationBuilder
site()
Cross-site replication configurationThreadPoolConfigurationBuilder
stateTransferThreadPool()
Configuration for the state-transfer thread poolTransportConfigurationBuilder
transport()
Transport-related (i.e.abstract GlobalJmxStatisticsConfigurationBuilder
withProperties(Properties properties)
Deprecated.Sets properties which are then passed to the MBean Server Lookup implementation specified.-
Methods inherited from interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
globalJmxStatistics
-
-
-
-
Method Detail
-
withProperties
public abstract GlobalJmxStatisticsConfigurationBuilder withProperties(Properties properties)
Deprecated.Sets properties which are then passed to the MBean Server Lookup implementation specified.- Parameters:
properties
- properties to pass to the MBean Server Lookup
-
addProperty
public abstract GlobalJmxStatisticsConfigurationBuilder addProperty(String key, String value)
Deprecated.
-
domain
public abstract GlobalJmxStatisticsConfigurationBuilder domain(String domain)
Deprecated.If JMX is enabled then all 'published' JMX objects will appear under this name. This is optional, if not specified a default domain name will be set by default.- Parameters:
domain
-
-
jmxDomain
@Deprecated public GlobalJmxStatisticsConfigurationBuilder jmxDomain(String domain)
Deprecated.Since 10.1.3, please usedomain(String)
instead.If JMX is enabled then all 'published' JMX objects will appear under this name. This is optional, if not specified a default domain name will be set by default.
-
cacheManagerName
@Deprecated public abstract GlobalJmxStatisticsConfigurationBuilder cacheManagerName(String cacheManagerName)
Deprecated.If JMX statistics are enabled, this property represents the name of this cache manager. It offers the possibility for clients to provide a user-defined name to the cache manager which later can be used to identify the cache manager within a JMX based management tool amongst other cache managers that might be running under the same JVM.
-
mBeanServerLookup
public abstract GlobalJmxStatisticsConfigurationBuilder mBeanServerLookup(MBeanServerLookup mBeanServerLookupInstance)
Deprecated.Sets the instance of theMBeanServerLookup
class to be used to bound JMX MBeans to.- Parameters:
mBeanServerLookupInstance
- An instance ofMBeanServerLookup
-
disable
public abstract GlobalJmxStatisticsConfigurationBuilder disable()
Deprecated.Disables JMX in the cache manager.
-
enable
public abstract GlobalJmxStatisticsConfigurationBuilder enable()
Deprecated.Enables JMX in the cache manager.
-
enabled
public abstract GlobalJmxStatisticsConfigurationBuilder enabled(boolean enabled)
Deprecated.Enables JMX in the cache manager.
-
getGlobalConfig
protected GlobalConfigurationBuilder getGlobalConfig()
-
transport
public TransportConfigurationBuilder transport()
Description copied from interface:GlobalConfigurationChildBuilder
Transport-related (i.e. clustering) configuration- Specified by:
transport
in interfaceGlobalConfigurationChildBuilder
-
metrics
public GlobalMetricsConfigurationBuilder metrics()
Description copied from interface:GlobalConfigurationChildBuilder
Global microprofile metrics configuration.- Specified by:
metrics
in interfaceGlobalConfigurationChildBuilder
-
jmx
public GlobalJmxConfigurationBuilder jmx()
Description copied from interface:GlobalConfigurationChildBuilder
Global JMX configuration.- Specified by:
jmx
in interfaceGlobalConfigurationChildBuilder
-
globalState
public GlobalStateConfigurationBuilder globalState()
Description copied from interface:GlobalConfigurationChildBuilder
Global state configuration- Specified by:
globalState
in interfaceGlobalConfigurationChildBuilder
-
serialization
public SerializationConfigurationBuilder serialization()
Description copied from interface:GlobalConfigurationChildBuilder
Global serialization (i.e. marshalling) configuration- Specified by:
serialization
in interfaceGlobalConfigurationChildBuilder
-
listenerThreadPool
public ThreadPoolConfigurationBuilder listenerThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the listener thread pool- Specified by:
listenerThreadPool
in interfaceGlobalConfigurationChildBuilder
-
asyncThreadPool
public ThreadPoolConfigurationBuilder asyncThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the asynchronous operations thread pool- Specified by:
asyncThreadPool
in interfaceGlobalConfigurationChildBuilder
-
expirationThreadPool
public ThreadPoolConfigurationBuilder expirationThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the expiration thread pool- Specified by:
expirationThreadPool
in interfaceGlobalConfigurationChildBuilder
-
persistenceThreadPool
public ThreadPoolConfigurationBuilder persistenceThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the persistence thread pool- Specified by:
persistenceThreadPool
in interfaceGlobalConfigurationChildBuilder
-
stateTransferThreadPool
public ThreadPoolConfigurationBuilder stateTransferThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the state-transfer thread pool- Specified by:
stateTransferThreadPool
in interfaceGlobalConfigurationChildBuilder
-
blockingThreadPool
public ThreadPoolConfigurationBuilder blockingThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the blocking thread pool- Specified by:
blockingThreadPool
in interfaceGlobalConfigurationChildBuilder
-
nonBlockingThreadPool
public ThreadPoolConfigurationBuilder nonBlockingThreadPool()
Description copied from interface:GlobalConfigurationChildBuilder
Configuration for the non blocking thread pool- Specified by:
nonBlockingThreadPool
in interfaceGlobalConfigurationChildBuilder
-
security
public GlobalSecurityConfigurationBuilder security()
Description copied from interface:GlobalConfigurationChildBuilder
Security-related configuration- Specified by:
security
in interfaceGlobalConfigurationChildBuilder
-
shutdown
public ShutdownConfigurationBuilder shutdown()
Description copied from interface:GlobalConfigurationChildBuilder
Shutdown configuration- Specified by:
shutdown
in interfaceGlobalConfigurationChildBuilder
-
site
public SiteConfigurationBuilder site()
Description copied from interface:GlobalConfigurationChildBuilder
Cross-site replication configuration- Specified by:
site
in interfaceGlobalConfigurationChildBuilder
-
modules
public List<Builder<?>> modules()
Description copied from interface:GlobalConfigurationChildBuilder
Global modules configuration- Specified by:
modules
in interfaceGlobalConfigurationChildBuilder
-
defaultCacheName
public GlobalConfigurationBuilder defaultCacheName(String defaultCacheName)
Description copied from interface:GlobalConfigurationChildBuilder
Sets the name of the cache that acts as the default cache and is returned byEmbeddedCacheManager.getCache()
. Not- Specified by:
defaultCacheName
in interfaceGlobalConfigurationChildBuilder
-
build
public GlobalConfiguration build()
Description copied from interface:GlobalConfigurationChildBuilder
Builds aGlobalConfiguration
object using the settings applied to this builder- Specified by:
build
in interfaceGlobalConfigurationChildBuilder
-
-