org.infinispan.config
Class Configuration.ClusteringType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
org.infinispan.config.Configuration.ClusteringType
- All Implemented Interfaces:
- Serializable, Cloneable, CloneableConfigurationComponent, JAXBUnmarshallable
- Enclosing class:
- Configuration
public static class Configuration.ClusteringType
- extends AbstractNamedCacheConfigurationBean
Defines clustered characteristics of the cache.
- See Also:
- Configuration reference,
Serialized Form
stringMode
protected String stringMode
mode
protected Configuration.CacheMode mode
sync
protected Configuration.SyncType sync
stateRetrieval
protected Configuration.StateRetrievalType stateRetrieval
l1
protected Configuration.L1Type l1
async
protected Configuration.AsyncType async
hash
protected Configuration.HashType hash
Configuration.ClusteringType
public Configuration.ClusteringType(Configuration.CacheMode mode)
Configuration.ClusteringType
public Configuration.ClusteringType()
setMode
public void setMode(Configuration.CacheMode mode)
isSynchronous
public boolean isSynchronous()
clone
public Configuration.ClusteringType clone()
throws CloneNotSupportedException
- Specified by:
clone in interface CloneableConfigurationComponent- Overrides:
clone in class AbstractNamedCacheConfigurationBean
- Throws:
CloneNotSupportedException
accept
public void accept(ConfigurationBeanVisitor v)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
willUnmarshall
public void willUnmarshall(Object parent)
- Description copied from interface:
JAXBUnmarshallable
- Indicates that this element is about to be unmarshalled from the XML source that was processed.
- Specified by:
willUnmarshall in interface JAXBUnmarshallable- Overrides:
willUnmarshall in class AbstractConfigurationBean
- Parameters:
parent - parent component
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.