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