| Package | Description |
|---|---|
| org.infinispan.configuration.cache | |
| org.infinispan.distribution.ch | |
| org.infinispan.topology |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHashFactory |
HashConfiguration.consistentHashFactory()
The consistent hash factory in use.
|
| Modifier and Type | Method and Description |
|---|---|
HashConfigurationBuilder |
HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory consistentHashFactory)
The consistent hash factory in use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConsistentHashFactory
Default implementation of
ConsistentHashFactory. |
class |
ReplicatedConsistentHashFactory
Factory for ReplicatedConsistentHash.
|
class |
SyncConsistentHashFactory
A
ConsistentHashFactory implementation that guarantees caches with the same members
have the same consistent hash. |
class |
TopologyAwareConsistentHashFactory
Default topology-aware consistent hash factory implementation.
|
class |
TopologyAwareSyncConsistentHashFactory
A
ConsistentHashFactory implementation that guarantees caches
with the same members have the same consistent hash and also tries to distribute segments based on the
topology information in TransportConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHashFactory |
CacheJoinInfo.getConsistentHashFactory() |
| Constructor and Description |
|---|
CacheJoinInfo(ConsistentHashFactory consistentHashFactory,
Hash hashFunction,
int numSegments,
int numOwners,
long timeout,
boolean totalOrder,
boolean distributed,
float capacityFactor) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.