org.infinispan.config
Class Configuration.HashType
java.lang.Object
org.infinispan.config.AbstractConfigurationBean
org.infinispan.config.AbstractNamedCacheConfigurationBean
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
consistentHashClass
protected String consistentHashClass
numOwners
protected Integer numOwners
rehashWait
protected Long rehashWait
rehashRpcTimeout
protected Long rehashRpcTimeout
rehashEnabled
protected Boolean rehashEnabled
Configuration.HashType
public Configuration.HashType()
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
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.