org.infinispan.config
Class GlobalConfiguration.AdvancedExternalizersType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.GlobalConfiguration.AdvancedExternalizersType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
- Enclosing class:
- GlobalConfiguration
Deprecated.
@Deprecated
public static class GlobalConfiguration.AdvancedExternalizersType
- extends AbstractConfigurationBean
Configures custom marshallers.
- See Also:
- Configuration reference,
Serialized Form
GlobalConfiguration.AdvancedExternalizersType
public GlobalConfiguration.AdvancedExternalizersType()
- Deprecated.
clone
public GlobalConfiguration.AdvancedExternalizersType clone()
throws CloneNotSupportedException
- Deprecated.
- Specified by:
clone
in interface CloneableConfigurationComponent
- Throws:
CloneNotSupportedException
accept
public void accept(ConfigurationBeanVisitor v)
- Deprecated.
equals
public boolean equals(Object o)
- Deprecated.
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode
in class Object
inject
public void inject(GlobalComponentRegistry gcr,
GlobalConfiguration globalConfig)
- Deprecated.
hasComponentStarted
protected boolean hasComponentStarted()
- Deprecated.
- Description copied from class:
AbstractConfigurationBean
- Tests whether the component this configuration bean intents to configure has already started.
- Specified by:
hasComponentStarted
in class AbstractConfigurationBean
- Returns:
- true if the component has started; false otherwise.
transport
public FluentGlobalConfiguration.TransportConfig transport()
- Deprecated.
globalJmxStatistics
public 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
public FluentGlobalConfiguration.SerializationConfig serialization()
- Deprecated.
asyncListenerExecutor
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncListenerExecutor()
- Deprecated.
asyncTransportExecutor
public FluentGlobalConfiguration.ExecutorFactoryConfig<ExecutorFactory> asyncTransportExecutor()
- Deprecated.
evictionScheduledExecutor
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> evictionScheduledExecutor()
- Deprecated.
replicationQueueScheduledExecutor
public FluentGlobalConfiguration.ExecutorFactoryConfig<ScheduledExecutorFactory> replicationQueueScheduledExecutor()
- Deprecated.
shutdown
public FluentGlobalConfiguration.ShutdownConfig shutdown()
- Deprecated.
build
public GlobalConfiguration build()
- Deprecated.
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.