org.infinispan.config
Class GlobalConfiguration

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.GlobalConfiguration
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable

Deprecated. This class is deprecated. Use GlobalConfiguration instead.

@Deprecated
public class GlobalConfiguration
extends AbstractConfigurationBean

Configuration component that encapsulates the global configuration.

A default instance of this bean takes default values for each attribute. Please see the individual setters for details of what these defaults are.

Since:
4.0
Author:
Manik Surtani, Vladimir Blagojevic, Mircea.Markus@jboss.com, Galder ZamarreƱo
See Also:
Configuration reference, Serialized Form

Nested Class Summary
static class GlobalConfiguration.AdvancedExternalizersType
          Deprecated. 
static class GlobalConfiguration.ExecutorFactoryType
          Deprecated. 
static class GlobalConfiguration.FactoryClassWithPropertiesType
          Deprecated.  
static class GlobalConfiguration.GlobalJmxStatisticsType
          Deprecated. 
static class GlobalConfiguration.ScheduledExecutorFactoryType
          Deprecated. 
static class GlobalConfiguration.SerializationType
          Deprecated. 
static class GlobalConfiguration.ShutdownHookBehavior
          Deprecated. 
static class GlobalConfiguration.ShutdownType
          Deprecated. 
static class GlobalConfiguration.TransportType
          Deprecated. 
 
Field Summary
static short DEFAULT_MARSHALL_VERSION
          Deprecated. Default replication version, from Version.getVersionShort().
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
overriddenConfigurationElements
 
Constructor Summary
GlobalConfiguration()
          Deprecated. Create a new GlobalConfiguration, using the Thread Context ClassLoader to load any classes or resources required by this configuration.
GlobalConfiguration(ClassLoader cl)
          Deprecated. Create a new GlobalConfiguration, specifying the classloader to use.
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
          Deprecated.  
 GlobalConfiguration clone()
          Deprecated.  
 boolean equals(Object o)
          Deprecated.  
 FluentGlobalConfiguration fluent()
          Deprecated. 
 String getAsyncListenerExecutorFactoryClass()
          Deprecated.  
 Properties getAsyncListenerExecutorProperties()
          Deprecated.  
 String getAsyncTransportExecutorFactoryClass()
          Deprecated.  
 Properties getAsyncTransportExecutorProperties()
          Deprecated.  
 String getCacheManagerName()
          Deprecated.  
 ClassLoader getClassLoader()
          Deprecated. Get the classloader in use by this configuration.
 org.jboss.marshalling.ClassResolver getClassResolver()
          Deprecated.  
static GlobalConfiguration getClusteredDefault()
          Deprecated. Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
static GlobalConfiguration getClusteredDefault(ClassLoader cl)
          Deprecated. Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
 String getClusterName()
          Deprecated.  
 long getDistributedSyncTimeout()
          Deprecated.  
 String getEvictionScheduledExecutorFactoryClass()
          Deprecated.  
 Properties getEvictionScheduledExecutorProperties()
          Deprecated.  
 List<AdvancedExternalizerConfig> getExternalizers()
          Deprecated.  
 String getJmxDomain()
          Deprecated.  
 String getMachineId()
          Deprecated.  
 String getMarshallerClass()
          Deprecated.  
 short getMarshallVersion()
          Deprecated.  
 String getMarshallVersionString()
          Deprecated.  
 String getMBeanServerLookup()
          Deprecated.  
 MBeanServerLookup getMBeanServerLookupInstance()
          Deprecated.  
 Properties getMBeanServerProperties()
          Deprecated.  
static GlobalConfiguration getNonClusteredDefault()
          Deprecated. Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
 String getRackId()
          Deprecated.  
 String getReplicationQueueScheduledExecutorFactoryClass()
          Deprecated.  
 Properties getReplicationQueueScheduledExecutorProperties()
          Deprecated.  
 GlobalConfiguration.ShutdownHookBehavior getShutdownHookBehavior()
          Deprecated.  
 String getSiteId()
          Deprecated.  
 String getTransportClass()
          Deprecated.  
 String getTransportNodeName()
          Deprecated.  
 Properties getTransportProperties()
          Deprecated.  
protected  boolean hasComponentStarted()
          Deprecated. Tests whether the component this configuration bean intents to configure has already started.
 int hashCode()
          Deprecated.  
 boolean hasTopologyInfo()
          Deprecated.  
 boolean isAllowDuplicateDomains()
          Deprecated.  
 boolean isExposeGlobalJmxStatistics()
          Deprecated.  
 boolean isStrictPeerToPeer()
          Deprecated.  
 void setAllowDuplicateDomains(boolean allowDuplicateDomains)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.allowDuplicateDomains(Boolean) instead
 void setAsyncListenerExecutorFactoryClass(String asyncListenerExecutorFactoryClass)
          Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead
 void setAsyncListenerExecutorProperties(Properties asyncListenerExecutorProperties)
          Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead
 void setAsyncListenerExecutorProperties(String asyncListenerExecutorPropertiesString)
          Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead
 void setAsyncTransportExecutorFactoryClass(String asyncTransportExecutorFactoryClass)
          Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead
 void setAsyncTransportExecutorProperties(Properties asyncTransportExecutorProperties)
          Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead
 void setAsyncTransportExecutorProperties(String asyncSerializationExecutorPropertiesString)
          Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead
 void setCacheManagerName(String cacheManagerName)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.cacheManagerName(String) instead
 void setClusterName(String clusterName)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.clusterName(String) instead
 void setDistributedSyncTimeout(long distributedSyncTimeout)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.distributedSyncTimeout(Long) instead
 void setEvictionScheduledExecutorFactoryClass(String evictionScheduledExecutorFactoryClass)
          Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead
 void setEvictionScheduledExecutorProperties(Properties evictionScheduledExecutorProperties)
          Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead
 void setEvictionScheduledExecutorProperties(String evictionScheduledExecutorPropertiesString)
          Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead
 void setExposeGlobalJmxStatistics(boolean exposeGlobalJmxStatistics)
          Deprecated. Use AbstractConfigurationBeanWithGCR.globalJmxStatistics() instead
 void setJmxDomain(String jmxObjectName)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.jmxDomain(String) instead
 void setMachineId(String machineId)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.machineId(String) instead
 void setMarshallerClass(String marshallerClass)
          Deprecated. Use FluentGlobalConfiguration.SerializationConfig.marshallerClass(Class) instead
 void setMarshallVersion(short marshallVersion)
          Deprecated. Use FluentGlobalConfiguration.SerializationConfig.version(short) instead
 void setMarshallVersion(String marshallVersion)
          Deprecated. Use FluentGlobalConfiguration.SerializationConfig.version(String) instead
 void setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup) instead
 void setMBeanServerLookup(String mBeanServerLookupClass)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookupClass(Class) instead
 void setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup) instead
 void setMBeanServerProperties(Properties properties)
          Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.GlobalJmxStatisticsConfig.addProperty(String, String) instead
 void setRackId(String rackId)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.rackId(String) instead
 void setReplicationQueueScheduledExecutorFactoryClass(String replicationQueueScheduledExecutorFactoryClass)
          Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead
 void setReplicationQueueScheduledExecutorProperties(Properties replicationQueueScheduledExecutorProperties)
          Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead
 void setReplicationQueueScheduledExecutorProperties(String replicationQueueScheduledExecutorPropertiesString)
          Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead
 void setShutdownHookBehavior(GlobalConfiguration.ShutdownHookBehavior shutdownHookBehavior)
          Deprecated. Use FluentGlobalConfiguration.ShutdownConfig.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead
 void setShutdownHookBehavior(String shutdownHookBehavior)
          Deprecated. Use FluentGlobalConfiguration.ShutdownConfig.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead
 void setSiteId(String siteId)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.siteId(String) instead
 void setStrictPeerToPeer(boolean strictPeerToPeer)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.strictPeerToPeer(Boolean) instead
 void setTransportClass(String transportClass)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.transportClass(Class) instead
 void setTransportNodeName(String nodeName)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.nodeName(String) instead
 void setTransportProperties(Properties transportProperties)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.TransportConfig.addProperty(String, String) instead
 void setTransportProperties(String transportPropertiesString)
          Deprecated. Use FluentGlobalConfiguration.TransportConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.TransportConfig.addProperty(String, String) instead
 String toXmlString()
          Deprecated. Converts this configuration instance to an XML representation containing the current settings.
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_MARSHALL_VERSION

public static final short DEFAULT_MARSHALL_VERSION
Deprecated. 
Default replication version, from Version.getVersionShort().

Constructor Detail

GlobalConfiguration

public GlobalConfiguration()
Deprecated. 
Create a new GlobalConfiguration, using the Thread Context ClassLoader to load any classes or resources required by this configuration. The TCCL will also be used as default classloader for the CacheManager and any caches created.


GlobalConfiguration

public GlobalConfiguration(ClassLoader cl)
Deprecated. 
Create a new GlobalConfiguration, specifying the classloader to use. This classloader will be used to load resources or classes required by configuration, and used as the default classloader for the CacheManager and any caches created.

Parameters:
cl -
Method Detail

fluent

@Deprecated
public FluentGlobalConfiguration fluent()
Deprecated. 

Use the GlobalConfigurationBuilder hierarchy to configure Infinispan cache managers fluently.


isExposeGlobalJmxStatistics

public boolean isExposeGlobalJmxStatistics()
Deprecated. 

setExposeGlobalJmxStatistics

@Deprecated
public void setExposeGlobalJmxStatistics(boolean exposeGlobalJmxStatistics)
Deprecated. Use AbstractConfigurationBeanWithGCR.globalJmxStatistics() instead

Toggle to enable/disable global statistics being exported via JMX

Parameters:
exposeGlobalJmxStatistics -

setJmxDomain

@Deprecated
public void setJmxDomain(String jmxObjectName)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.jmxDomain(String) instead

If JMX statistics are enabled then all 'published' JMX objects will appear under this name. This is optional, if not specified an object name will be created for you by default.

Parameters:
jmxObjectName -

getJmxDomain

public String getJmxDomain()
Deprecated. 
See Also:
setJmxDomain(String)

getMBeanServerLookup

public String getMBeanServerLookup()
Deprecated. 

getMBeanServerProperties

public Properties getMBeanServerProperties()
Deprecated. 

setMBeanServerProperties

@Deprecated
public void setMBeanServerProperties(Properties properties)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.GlobalJmxStatisticsConfig.addProperty(String, String) instead

Sets properties which are then passed to the MBean Server Lookup implementation specified.

Parameters:
properties - properties to pass to the MBean Server Lookup

setMBeanServerLookup

@Deprecated
public void setMBeanServerLookup(String mBeanServerLookupClass)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookupClass(Class) instead

Fully qualified name of class that will attempt to locate a JMX MBean server to bind to

Parameters:
mBeanServerLookupClass - fully qualified class name of the MBean Server Lookup class implementation

setMBeanServerLookup

@Deprecated
public void setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup) instead


setMBeanServerLookupInstance

@Deprecated
public void setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup) instead

Sets the instance of the MBeanServerLookup class to be used to bound JMX MBeans to.

Parameters:
mBeanServerLookupInstance - An instance of MBeanServerLookup

getMBeanServerLookupInstance

public MBeanServerLookup getMBeanServerLookupInstance()
Deprecated. 

isAllowDuplicateDomains

public boolean isAllowDuplicateDomains()
Deprecated. 

setAllowDuplicateDomains

@Deprecated
public void setAllowDuplicateDomains(boolean allowDuplicateDomains)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.allowDuplicateDomains(Boolean) instead

If true, multiple cache manager instances could be configured under the same configured JMX domain. Each cache manager will in practice use a different JMX domain that has been calculated based on the configured one by adding an incrementing index to it.

Parameters:
allowDuplicateDomains -

getCacheManagerName

public String getCacheManagerName()
Deprecated. 

setCacheManagerName

@Deprecated
public void setCacheManagerName(String cacheManagerName)
Deprecated. Use FluentGlobalConfiguration.GlobalJmxStatisticsConfig.cacheManagerName(String) instead

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.

Parameters:
cacheManagerName -

isStrictPeerToPeer

public boolean isStrictPeerToPeer()
Deprecated. 

setStrictPeerToPeer

@Deprecated
public void setStrictPeerToPeer(boolean strictPeerToPeer)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.strictPeerToPeer(Boolean) instead

If set to true, RPC operations will fail if the named cache does not exist on remote nodes with a NamedCacheNotFoundException. Otherwise, operations will succeed but it will be logged on the caller that the RPC did not succeed on certain nodes due to the named cache not being available.

Parameters:
strictPeerToPeer - flag controlling this behavior

hasTopologyInfo

public boolean hasTopologyInfo()
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.

getAsyncListenerExecutorFactoryClass

public String getAsyncListenerExecutorFactoryClass()
Deprecated. 

setAsyncListenerExecutorFactoryClass

@Deprecated
public void setAsyncListenerExecutorFactoryClass(String asyncListenerExecutorFactoryClass)
Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead


getAsyncTransportExecutorFactoryClass

public String getAsyncTransportExecutorFactoryClass()
Deprecated. 

setAsyncTransportExecutorFactoryClass

@Deprecated
public void setAsyncTransportExecutorFactoryClass(String asyncTransportExecutorFactoryClass)
Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead


getEvictionScheduledExecutorFactoryClass

public String getEvictionScheduledExecutorFactoryClass()
Deprecated. 

setEvictionScheduledExecutorFactoryClass

@Deprecated
public void setEvictionScheduledExecutorFactoryClass(String evictionScheduledExecutorFactoryClass)
Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead


getReplicationQueueScheduledExecutorFactoryClass

public String getReplicationQueueScheduledExecutorFactoryClass()
Deprecated. 

setReplicationQueueScheduledExecutorFactoryClass

@Deprecated
public void setReplicationQueueScheduledExecutorFactoryClass(String replicationQueueScheduledExecutorFactoryClass)
Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead


getMarshallerClass

public String getMarshallerClass()
Deprecated. 

setMarshallerClass

@Deprecated
public void setMarshallerClass(String marshallerClass)
Deprecated. Use FluentGlobalConfiguration.SerializationConfig.marshallerClass(Class) instead

Fully qualified name of the marshaller to use. It must implement org.infinispan.marshall.StreamingMarshaller

Parameters:
marshallerClass -

getTransportNodeName

public String getTransportNodeName()
Deprecated. 

setTransportNodeName

@Deprecated
public void setTransportNodeName(String nodeName)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.nodeName(String) instead

Name of the current node. This is a friendly name to make logs, etc. make more sense. Defaults to a combination of host name and a random number (to differentiate multiple nodes on the same host)

Parameters:
nodeName -

getTransportClass

public String getTransportClass()
Deprecated. 

setTransportClass

@Deprecated
public void setTransportClass(String transportClass)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.transportClass(Class) instead

Fully qualified name of a class that represents a network transport. Must implement org.infinispan.remoting.transport.Transport

Parameters:
transportClass -

getTransportProperties

public Properties getTransportProperties()
Deprecated. 

setTransportProperties

@Deprecated
public void setTransportProperties(Properties transportProperties)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.TransportConfig.addProperty(String, String) instead


setTransportProperties

@Deprecated
public void setTransportProperties(String transportPropertiesString)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.withProperties(java.util.Properties) or FluentGlobalConfiguration.TransportConfig.addProperty(String, String) instead


getClusterName

public String getClusterName()
Deprecated. 

setClusterName

@Deprecated
public void setClusterName(String clusterName)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.clusterName(String) instead

Defines the name of the cluster. Nodes only connect to clusters sharing the same name.

Parameters:
clusterName -

setMachineId

@Deprecated
public void setMachineId(String machineId)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.machineId(String) instead

The id of the machine where this node runs. Used for server hinting .


getMachineId

public String getMachineId()
Deprecated. 
See Also:
setMachineId(String)

setRackId

@Deprecated
public void setRackId(String rackId)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.rackId(String) instead

The id of the rack where this node runs. Used for server hinting .


getRackId

public String getRackId()
Deprecated. 
See Also:
setRackId(String)

setSiteId

@Deprecated
public void setSiteId(String siteId)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.siteId(String) instead

The id of the site where this node runs. Used for server hinting .


getSiteId

public String getSiteId()
Deprecated. 
See Also:
setSiteId(String)

getShutdownHookBehavior

public GlobalConfiguration.ShutdownHookBehavior getShutdownHookBehavior()
Deprecated. 

setShutdownHookBehavior

@Deprecated
public void setShutdownHookBehavior(GlobalConfiguration.ShutdownHookBehavior shutdownHookBehavior)
Deprecated. Use FluentGlobalConfiguration.ShutdownConfig.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead

Behavior of the JVM shutdown hook registered by the cache. The options available are: DEFAULT - A shutdown hook is registered even if no MBean server (apart from the JDK default) is detected. REGISTER - Forces the cache to register a shutdown hook even if an MBean server is detected. DONT_REGISTER - Forces the cache NOT to register a shutdown hook, even if no MBean server is detected.

Parameters:
shutdownHookBehavior -

setShutdownHookBehavior

@Deprecated
public void setShutdownHookBehavior(String shutdownHookBehavior)
Deprecated. Use FluentGlobalConfiguration.ShutdownConfig.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior) instead


getAsyncListenerExecutorProperties

public Properties getAsyncListenerExecutorProperties()
Deprecated. 

setAsyncListenerExecutorProperties

@Deprecated
public void setAsyncListenerExecutorProperties(Properties asyncListenerExecutorProperties)
Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead


setAsyncListenerExecutorProperties

@Deprecated
public void setAsyncListenerExecutorProperties(String asyncListenerExecutorPropertiesString)
Deprecated. Use FluentGlobalTypes.asyncListenerExecutor() instead


getAsyncTransportExecutorProperties

public Properties getAsyncTransportExecutorProperties()
Deprecated. 

setAsyncTransportExecutorProperties

@Deprecated
public void setAsyncTransportExecutorProperties(Properties asyncTransportExecutorProperties)
Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead


setAsyncTransportExecutorProperties

@Deprecated
public void setAsyncTransportExecutorProperties(String asyncSerializationExecutorPropertiesString)
Deprecated. Use FluentGlobalTypes.asyncTransportExecutor() instead


getEvictionScheduledExecutorProperties

public Properties getEvictionScheduledExecutorProperties()
Deprecated. 

setEvictionScheduledExecutorProperties

@Deprecated
public void setEvictionScheduledExecutorProperties(Properties evictionScheduledExecutorProperties)
Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead


setEvictionScheduledExecutorProperties

@Deprecated
public void setEvictionScheduledExecutorProperties(String evictionScheduledExecutorPropertiesString)
Deprecated. Use FluentGlobalTypes.evictionScheduledExecutor() instead


getReplicationQueueScheduledExecutorProperties

public Properties getReplicationQueueScheduledExecutorProperties()
Deprecated. 

setReplicationQueueScheduledExecutorProperties

@Deprecated
public void setReplicationQueueScheduledExecutorProperties(Properties replicationQueueScheduledExecutorProperties)
Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead


setReplicationQueueScheduledExecutorProperties

@Deprecated
public void setReplicationQueueScheduledExecutorProperties(String replicationQueueScheduledExecutorPropertiesString)
Deprecated. Use FluentGlobalTypes.replicationQueueScheduledExecutor() instead


getMarshallVersion

public short getMarshallVersion()
Deprecated. 

getMarshallVersionString

public String getMarshallVersionString()
Deprecated. 

setMarshallVersion

@Deprecated
public void setMarshallVersion(short marshallVersion)
Deprecated. Use FluentGlobalConfiguration.SerializationConfig.version(short) instead

Largest allowable version to use when marshalling internal state. Set this to the lowest version cache instance in your cluster to ensure compatibility of communications. However, setting this too low will mean you lose out on the benefit of improvements in newer versions of the marshaller.

Parameters:
marshallVersion -

setMarshallVersion

@Deprecated
public void setMarshallVersion(String marshallVersion)
Deprecated. Use FluentGlobalConfiguration.SerializationConfig.version(String) instead

Largest allowable version to use when marshalling internal state. Set this to the lowest version cache instance in your cluster to ensure compatibility of communications. However, setting this too low will mean you lose out on the benefit of improvements in newer versions of the marshaller.

Parameters:
marshallVersion -

getExternalizers

public List<AdvancedExternalizerConfig> getExternalizers()
Deprecated. 

getClassResolver

public org.jboss.marshalling.ClassResolver getClassResolver()
Deprecated. 

getDistributedSyncTimeout

public long getDistributedSyncTimeout()
Deprecated. 

setDistributedSyncTimeout

@Deprecated
public void setDistributedSyncTimeout(long distributedSyncTimeout)
Deprecated. Use FluentGlobalConfiguration.TransportConfig.distributedSyncTimeout(Long) instead


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

clone

public GlobalConfiguration clone()
Deprecated. 
Specified by:
clone in interface CloneableConfigurationComponent
Overrides:
clone in class AbstractConfigurationBean

toXmlString

public String toXmlString()
Deprecated. 
Converts this configuration instance to an XML representation containing the current settings.

Returns:
a string containing the formatted XML representation of this configuration instance.

getClusteredDefault

public static GlobalConfiguration getClusteredDefault(ClassLoader cl)
Deprecated. 
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.

Returns:
a new global configuration

getClusteredDefault

public static GlobalConfiguration getClusteredDefault()
Deprecated. 
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.

Returns:
a new global configuration

getNonClusteredDefault

public static GlobalConfiguration getNonClusteredDefault()
Deprecated. 
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode

Returns:
a new global configuration

getClassLoader

public ClassLoader getClassLoader()
Deprecated. 
Get the classloader in use by this configuration.

Returns:

-->

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