org.infinispan.config
Class Configuration.ClusteringType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.Configuration.ClusteringType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent
Enclosing class:
Configuration

public static class Configuration.ClusteringType
extends AbstractNamedCacheConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  Configuration.AsyncType async
           
protected  Configuration.HashType hash
           
protected  Configuration.L1Type l1
           
protected  Configuration.CacheMode mode
           
protected  Configuration.StateRetrievalType stateRetrieval
           
protected  String stringMode
           
protected  Configuration.SyncType sync
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.ClusteringType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 Configuration.ClusteringType clone()
           
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isSynchronous()
           
 void setMode(Configuration.CacheMode mode)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Configuration.ClusteringType

public Configuration.ClusteringType()
Method Detail

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

Google Analytics

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