Package | Description |
---|---|
org.infinispan.configuration.cache |
Cache configuration |
org.infinispan.distribution.ch.impl | |
org.infinispan.topology |
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<ConsistentHashFactory> |
HashConfiguration.CONSISTENT_HASH_FACTORY |
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<? extends ConsistentHash> 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
One of the assumptions people made on consistent hashing involves thinking
that given a particular key and same topology, it would produce the same
consistent hash value no matter which cache it was stored in.
|
class |
SyncReplicatedConsistentHashFactory
SyncConsistentHashFactory adapted for replicated caches, so that the primary owner of a key
is the same in replicated and distributed caches. |
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.