org.infinispan.config
Interface FluentGlobalConfiguration.ShutdownConfig

All Known Implementing Classes:
GlobalConfiguration.ShutdownType
Enclosing class:
FluentGlobalConfiguration

Deprecated.

@Deprecated
public static interface FluentGlobalConfiguration.ShutdownConfig


Method Summary
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
          Deprecated.  
 GlobalConfiguration build()
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
          Deprecated. This method allows configuration of the global, or cache manager level, jmx statistics.
 FluentGlobalConfiguration.ShutdownConfig hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
          Deprecated.  
 FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
          Deprecated.  
 FluentGlobalConfiguration.SerializationConfig serialization()
          Deprecated.  
 FluentGlobalConfiguration.ShutdownConfig shutdown()
          Deprecated.  
 FluentGlobalConfiguration.TransportConfig transport()
          Deprecated.  
 

Method Detail

hookBehavior

FluentGlobalConfiguration.ShutdownConfig hookBehavior(GlobalConfiguration.ShutdownHookBehavior hookBehavior)
Deprecated. 

transport

FluentGlobalConfiguration.TransportConfig transport()
Deprecated. 

globalJmxStatistics

FluentGlobalConfiguration.GlobalJmxStatisticsConfig globalJmxStatistics()
Deprecated. 
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()
Deprecated. 

asyncTransportExecutor

FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
Deprecated. 

asyncListenerExecutor

FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
Deprecated. 

evictionScheduledExecutor

FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
Deprecated. 

replicationQueueScheduledExecutor

FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
Deprecated. 

shutdown

FluentGlobalConfiguration.ShutdownConfig shutdown()
Deprecated. 

build

GlobalConfiguration build()
Deprecated. 

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.