Package | Description |
---|---|
org.infinispan.configuration.cache |
Modifier and Type | Method and Description |
---|---|
HashConfigurationBuilder |
HashConfigurationBuilder.capacityFactor(float capacityFactor)
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the
cluster.
|
HashConfigurationBuilder |
HashConfigurationBuilder.consistentHash(ConsistentHash consistentHash)
Deprecated.
Since 5.2, replaced by
consistentHashFactory(ConsistentHashFactory) . |
HashConfigurationBuilder |
HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory consistentHashFactory)
The consistent hash factory in use.
|
HashConfigurationBuilder |
ClusteringConfigurationChildBuilder.hash()
Allows fine-tuning of rehashing characteristics.
|
HashConfigurationBuilder |
ClusteringConfigurationBuilder.hash()
Configure hash sub element
|
HashConfigurationBuilder |
HashConfigurationBuilder.hash(Hash hash)
The hash function in use.
|
HashConfigurationBuilder |
HashConfigurationBuilder.numOwners(int numOwners)
Number of cluster-wide replicas for each cache entry.
|
HashConfigurationBuilder |
HashConfigurationBuilder.numSegments(int numSegments)
Controls the total number of hash space segments (per cluster).
|
HashConfigurationBuilder |
HashConfigurationBuilder.numVirtualNodes(int numVirtualNodes)
Deprecated.
No longer used since 5.2, replaced by
numSegments(int) (which works like a
numVirtualNodes value for the entire cluster). |
HashConfigurationBuilder |
HashConfigurationBuilder.read(HashConfiguration template) |
HashConfigurationBuilder |
HashConfigurationBuilder.rehashDisabled()
Deprecated.
|
HashConfigurationBuilder |
HashConfigurationBuilder.rehashEnabled()
Deprecated.
|
HashConfigurationBuilder |
HashConfigurationBuilder.rehashEnabled(boolean enabled)
Deprecated.
|
HashConfigurationBuilder |
HashConfigurationBuilder.rehashRpcTimeout(long rehashRpcTimeout)
Deprecated.
Use
StateTransferConfigurationBuilder.timeout(long) instead. |
HashConfigurationBuilder |
HashConfigurationBuilder.rehashWait(long rehashWait)
Deprecated.
No longer used.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.