org.infinispan.config
Class Configuration.HashType

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

public static class Configuration.HashType
extends AbstractNamedCacheConfigurationBean

See Also:
Configuration reference, Serialized Form

Field Summary
protected  String consistentHashClass
           
protected  Integer numOwners
           
protected  Boolean rehashEnabled
           
protected  Long rehashRpcTimeout
           
protected  Long rehashWait
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.HashType()
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 int hashCode()
           
 void setConsistentHashClass(String consistentHashClass)
           
 void setNumOwners(Integer numOwners)
           
 void setRehashEnabled(Boolean rehashEnabled)
           
 void setRehashRpcTimeout(Long rehashRpcTimeout)
           
 void setRehashWait(Long rehashWaitTime)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
clone, 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

consistentHashClass

protected String consistentHashClass

numOwners

protected Integer numOwners

rehashWait

protected Long rehashWait

rehashRpcTimeout

protected Long rehashRpcTimeout

rehashEnabled

protected Boolean rehashEnabled
Constructor Detail

Configuration.HashType

public Configuration.HashType()
Method Detail

setConsistentHashClass

public void setConsistentHashClass(String consistentHashClass)

accept

public void accept(ConfigurationBeanVisitor v)

setNumOwners

public void setNumOwners(Integer numOwners)

setRehashWait

public void setRehashWait(Long rehashWaitTime)

setRehashRpcTimeout

public void setRehashRpcTimeout(Long rehashRpcTimeout)

setRehashEnabled

public void setRehashEnabled(Boolean rehashEnabled)

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.