Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
Modifier and Type | Class and Description |
---|---|
static class |
Configuration.HashType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
Deprecated.
No longer used since 5.2, use
HashConfigurationBuilder.consistentHashFactory(org.infinispan.distribution.ch.ConsistentHashFactory) instead. |
FluentConfiguration.HashConfig |
Configuration.HashType.consistentHashClass(Class<? extends ConsistentHash> consistentHashClass)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.ClusteringConfig.hash()
Deprecated.
* Configure hash sub element
|
FluentConfiguration.HashConfig |
Configuration.ClusteringType.hash()
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.hashFunctionClass(Class<? extends Hash> hashFunctionClass)
Deprecated.
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)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.numOwners(Integer numOwners)
Deprecated.
Number of cluster-wide replicas for each cache entry.
|
FluentConfiguration.HashConfig |
Configuration.HashType.numOwners(Integer numOwners)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.numVirtualNodes(Integer numVirtualNodes)
Deprecated.
No longer used since 5.2, use
HashConfigurationBuilder.numSegments(int) instead. |
FluentConfiguration.HashConfig |
Configuration.HashType.numVirtualNodes(Integer numVirtualNodes)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.rehashEnabled(Boolean rehashEnabled)
Deprecated.
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)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.rehashRpcTimeout(Long rehashRpcTimeout)
Deprecated.
|
FluentConfiguration.HashConfig |
Configuration.HashType.rehashRpcTimeout(Long rehashRpcTimeout)
Deprecated.
|
FluentConfiguration.HashConfig |
FluentConfiguration.HashConfig.rehashWait(Long rehashWaitTime)
Deprecated.
|
FluentConfiguration.HashConfig |
Configuration.HashType.rehashWait(Long rehashWaitTime)
Deprecated.
|
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.