org.infinispan.config
Interface FluentGlobalConfiguration.ShutdownConfig
- All Known Implementing Classes:
- GlobalConfiguration.ShutdownType
- Enclosing class:
- FluentGlobalConfiguration
public static interface FluentGlobalConfiguration.ShutdownConfig
hookBehavior
FluentGlobalConfiguration.ShutdownConfig hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
transport
FluentGlobalConfiguration.TransportConfig transport()
globalJmxStatistics
FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
- This method allows configuration of the global, or cache manager level,
jmx statistics. When this method is called, it automatically enables
global jmx statistics. So, if you want it to be disabled, make sure you call
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.disable()
serialization
FluentGlobalConfiguration.SerializationConfig serialization()
asyncTransportExecutor
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
asyncListenerExecutor
FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
evictionScheduledExecutor
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
replicationQueueScheduledExecutor
FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
shutdown
FluentGlobalConfiguration.ShutdownConfig shutdown()
build
GlobalConfiguration build()
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.