GlobalConfiguration
instead.@Deprecated public class GlobalConfiguration extends AbstractConfigurationBean
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static short |
DEFAULT_MARSHALL_VERSION
Deprecated.
Default replication version, from
Version.getVersionShort() . |
overriddenConfigurationElements
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
void |
setClusterName(String clusterName)
Deprecated.
|
void |
setDistributedSyncTimeout(long distributedSyncTimeout)
Deprecated.
|
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.
|
void |
setMachineId(String machineId)
Deprecated.
|
void |
setMarshallerClass(String marshallerClass)
Deprecated.
|
void |
setMarshallVersion(short marshallVersion)
Deprecated.
|
void |
setMarshallVersion(String marshallVersion)
Deprecated.
|
void |
setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
|
void |
setMBeanServerLookup(String mBeanServerLookupClass)
Deprecated.
|
void |
setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
|
void |
setMBeanServerProperties(Properties properties)
|
void |
setRackId(String rackId)
Deprecated.
|
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)
|
void |
setShutdownHookBehavior(String shutdownHookBehavior)
|
void |
setSiteId(String siteId)
Deprecated.
|
void |
setStrictPeerToPeer(boolean strictPeerToPeer)
Deprecated.
|
void |
setTransportClass(String transportClass)
Deprecated.
|
void |
setTransportNodeName(String nodeName)
Deprecated.
|
void |
setTransportProperties(Properties transportProperties)
|
void |
setTransportProperties(String transportPropertiesString)
|
String |
toXmlString()
Deprecated.
Converts this configuration instance to an XML representation containing the current settings.
|
testImmutability, toTypedProperties, toTypedProperties, uc, willUnmarshall
public static final short DEFAULT_MARSHALL_VERSION
Version.getVersionShort()
.public GlobalConfiguration()
public GlobalConfiguration(ClassLoader cl)
cl
- @Deprecated public FluentGlobalConfiguration fluent()
GlobalConfigurationBuilder
hierarchy to configure Infinispan cache managers fluently.public boolean isExposeGlobalJmxStatistics()
@Deprecated public void setExposeGlobalJmxStatistics(boolean exposeGlobalJmxStatistics)
AbstractConfigurationBeanWithGCR.globalJmxStatistics()
insteadexposeGlobalJmxStatistics
- @Deprecated public void setJmxDomain(String jmxObjectName)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.jmxDomain(String)
insteadjmxObjectName
- public String getJmxDomain()
setJmxDomain(String)
public String getMBeanServerLookup()
public Properties getMBeanServerProperties()
@Deprecated public void setMBeanServerProperties(Properties properties)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.withProperties(java.util.Properties)
or
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.addProperty(String, String)
insteadproperties
- properties to pass to the MBean Server Lookup@Deprecated public void setMBeanServerLookup(String mBeanServerLookupClass)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookupClass(Class)
insteadmBeanServerLookupClass
- fully qualified class name of the MBean Server Lookup class implementation@Deprecated public void setMBeanServerLookup(MBeanServerLookup mBeanServerLookup)
@Deprecated public void setMBeanServerLookupInstance(MBeanServerLookup mBeanServerLookupInstance)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.mBeanServerLookup(org.infinispan.jmx.MBeanServerLookup)
insteadMBeanServerLookup
class to be used to
bound JMX MBeans to.mBeanServerLookupInstance
- An instance of MBeanServerLookup
public MBeanServerLookup getMBeanServerLookupInstance()
public boolean isAllowDuplicateDomains()
@Deprecated public void setAllowDuplicateDomains(boolean allowDuplicateDomains)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.allowDuplicateDomains(Boolean)
insteadallowDuplicateDomains
- public String getCacheManagerName()
@Deprecated public void setCacheManagerName(String cacheManagerName)
FluentGlobalConfiguration.GlobalJmxStatisticsConfig.cacheManagerName(String)
insteadcacheManagerName
- public boolean isStrictPeerToPeer()
@Deprecated public void setStrictPeerToPeer(boolean strictPeerToPeer)
FluentGlobalConfiguration.TransportConfig.strictPeerToPeer(Boolean)
insteadstrictPeerToPeer
- flag controlling this behaviorpublic boolean hasTopologyInfo()
protected boolean hasComponentStarted()
AbstractConfigurationBean
hasComponentStarted
in class AbstractConfigurationBean
public String getAsyncListenerExecutorFactoryClass()
@Deprecated public void setAsyncListenerExecutorFactoryClass(String asyncListenerExecutorFactoryClass)
FluentGlobalTypes.asyncListenerExecutor()
insteadpublic String getAsyncTransportExecutorFactoryClass()
@Deprecated public void setAsyncTransportExecutorFactoryClass(String asyncTransportExecutorFactoryClass)
FluentGlobalTypes.asyncTransportExecutor()
insteadpublic String getEvictionScheduledExecutorFactoryClass()
@Deprecated public void setEvictionScheduledExecutorFactoryClass(String evictionScheduledExecutorFactoryClass)
FluentGlobalTypes.evictionScheduledExecutor()
insteadpublic String getReplicationQueueScheduledExecutorFactoryClass()
@Deprecated public void setReplicationQueueScheduledExecutorFactoryClass(String replicationQueueScheduledExecutorFactoryClass)
FluentGlobalTypes.replicationQueueScheduledExecutor()
insteadpublic String getMarshallerClass()
@Deprecated public void setMarshallerClass(String marshallerClass)
FluentGlobalConfiguration.SerializationConfig.marshallerClass(Class)
insteadmarshallerClass
- public String getTransportNodeName()
@Deprecated public void setTransportNodeName(String nodeName)
FluentGlobalConfiguration.TransportConfig.nodeName(String)
insteadnodeName
- public String getTransportClass()
@Deprecated public void setTransportClass(String transportClass)
FluentGlobalConfiguration.TransportConfig.transportClass(Class)
insteadtransportClass
- public Properties getTransportProperties()
@Deprecated public void setTransportProperties(Properties transportProperties)
@Deprecated public void setTransportProperties(String transportPropertiesString)
public String getClusterName()
@Deprecated public void setClusterName(String clusterName)
FluentGlobalConfiguration.TransportConfig.clusterName(String)
insteadclusterName
- @Deprecated public void setMachineId(String machineId)
FluentGlobalConfiguration.TransportConfig.machineId(String)
insteadpublic String getMachineId()
setMachineId(String)
@Deprecated public void setRackId(String rackId)
FluentGlobalConfiguration.TransportConfig.rackId(String)
insteadpublic String getRackId()
setRackId(String)
@Deprecated public void setSiteId(String siteId)
FluentGlobalConfiguration.TransportConfig.siteId(String)
insteadpublic String getSiteId()
setSiteId(String)
public GlobalConfiguration.ShutdownHookBehavior getShutdownHookBehavior()
@Deprecated public void setShutdownHookBehavior(GlobalConfiguration.ShutdownHookBehavior shutdownHookBehavior)
FluentGlobalConfiguration.ShutdownConfig.hookBehavior(org.infinispan.config.GlobalConfiguration.ShutdownHookBehavior)
insteadshutdownHookBehavior
- @Deprecated public void setShutdownHookBehavior(String shutdownHookBehavior)
public Properties getAsyncListenerExecutorProperties()
@Deprecated public void setAsyncListenerExecutorProperties(Properties asyncListenerExecutorProperties)
FluentGlobalTypes.asyncListenerExecutor()
instead@Deprecated public void setAsyncListenerExecutorProperties(String asyncListenerExecutorPropertiesString)
FluentGlobalTypes.asyncListenerExecutor()
insteadpublic Properties getAsyncTransportExecutorProperties()
@Deprecated public void setAsyncTransportExecutorProperties(Properties asyncTransportExecutorProperties)
FluentGlobalTypes.asyncTransportExecutor()
instead@Deprecated public void setAsyncTransportExecutorProperties(String asyncSerializationExecutorPropertiesString)
FluentGlobalTypes.asyncTransportExecutor()
insteadpublic Properties getEvictionScheduledExecutorProperties()
@Deprecated public void setEvictionScheduledExecutorProperties(Properties evictionScheduledExecutorProperties)
FluentGlobalTypes.evictionScheduledExecutor()
instead@Deprecated public void setEvictionScheduledExecutorProperties(String evictionScheduledExecutorPropertiesString)
FluentGlobalTypes.evictionScheduledExecutor()
insteadpublic Properties getReplicationQueueScheduledExecutorProperties()
@Deprecated public void setReplicationQueueScheduledExecutorProperties(Properties replicationQueueScheduledExecutorProperties)
FluentGlobalTypes.replicationQueueScheduledExecutor()
instead@Deprecated public void setReplicationQueueScheduledExecutorProperties(String replicationQueueScheduledExecutorPropertiesString)
FluentGlobalTypes.replicationQueueScheduledExecutor()
insteadpublic short getMarshallVersion()
public String getMarshallVersionString()
@Deprecated public void setMarshallVersion(short marshallVersion)
FluentGlobalConfiguration.SerializationConfig.version(short)
insteadmarshallVersion
- @Deprecated public void setMarshallVersion(String marshallVersion)
FluentGlobalConfiguration.SerializationConfig.version(String)
insteadmarshallVersion
- public List<AdvancedExternalizerConfig> getExternalizers()
public org.jboss.marshalling.ClassResolver getClassResolver()
public long getDistributedSyncTimeout()
@Deprecated public void setDistributedSyncTimeout(long distributedSyncTimeout)
FluentGlobalConfiguration.TransportConfig.distributedSyncTimeout(Long)
insteadpublic void accept(ConfigurationBeanVisitor v)
public GlobalConfiguration clone()
clone
in interface CloneableConfigurationComponent
clone
in class AbstractConfigurationBean
public String toXmlString()
public static GlobalConfiguration getClusteredDefault(ClassLoader cl)
public static GlobalConfiguration getClusteredDefault()
public static GlobalConfiguration getNonClusteredDefault()
public ClassLoader getClassLoader()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.