|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.HashConfig | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of Configuration.HashConfig in org.infinispan.config |
---|
Classes in org.infinispan.config that implement Configuration.HashConfig | |
---|---|
static class |
Configuration.HashType
Allows fine-tuning of rehashing characteristics. |
Methods in org.infinispan.config that return Configuration.HashConfig | |
---|---|
Configuration.HashConfig |
Configuration.ClusteringConfig.configureHash()
* Configure hash sub element |
Configuration.HashConfig |
Configuration.ClusteringType.configureHash()
|
Configuration.HashConfig |
Configuration.HashConfig.consistentHashClass(String consistentHashClass)
Fully qualified name of class providing consistent hash algorithm |
Configuration.HashConfig |
Configuration.HashType.consistentHashClass(String consistentHashClass)
|
Configuration.HashConfig |
Configuration.HashConfig.hashFunctionClass(String hashFunctionClass)
A fully qualified name of the class providing a hash function, used as a bit spreader and a general hash code generator. |
Configuration.HashConfig |
Configuration.HashType.hashFunctionClass(String hashFunctionClass)
|
Configuration.HashConfig |
Configuration.HashConfig.numOwners(Integer numOwners)
Number of cluster-wide replicas for each cache entry. |
Configuration.HashConfig |
Configuration.HashType.numOwners(Integer numOwners)
|
Configuration.HashConfig |
Configuration.HashConfig.rehashEnabled(Boolean rehashEnabled)
If false, no rebalancing or rehashing will take place when a new node joins the cluster or a node leaves |
Configuration.HashConfig |
Configuration.HashType.rehashEnabled(Boolean rehashEnabled)
|
Configuration.HashConfig |
Configuration.HashConfig.rehashRpcTimeout(Long rehashRpcTimeout)
Rehashing timeout |
Configuration.HashConfig |
Configuration.HashType.rehashRpcTimeout(Long rehashRpcTimeout)
|
Configuration.HashConfig |
Configuration.HashConfig.rehashWait(Long rehashWaitTime)
|
Configuration.HashConfig |
Configuration.HashType.rehashWait(Long rehashWaitTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |