| Package | Description |
|---|---|
| org.infinispan.configuration.cache |
Cache configuration |
| org.infinispan.distribution |
Classes relating to the distributed cache mode.
|
| org.infinispan.distribution.ch |
Consistent Hash interfaces
|
| org.infinispan.notifications.cachelistener.event |
Cache-specific listener events |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
HashConfiguration.consistentHash()
Deprecated.
Since 5.2, replaced by
HashConfiguration.consistentHashFactory(). |
| Modifier and Type | Method and Description |
|---|---|
HashConfigurationBuilder |
HashConfigurationBuilder.consistentHash(ConsistentHash consistentHash)
Deprecated.
Since 5.2, replaced by
HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory). |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
DistributionManager.getConsistentHash()
Retrieves the consistent hash instance currently in use, an instance of the configured ConsistentHash
class (which defaults to
DefaultConsistentHash. |
ConsistentHash |
DistributionManager.getReadConsistentHash() |
ConsistentHash |
DistributionManager.getWriteConsistentHash() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConsistentHashFactory<CH extends ConsistentHash>
Factory for
ConsistentHash instances. |
| Modifier and Type | Method and Description |
|---|---|
ConsistentHash |
TopologyChangedEvent.getConsistentHashAtEnd() |
ConsistentHash |
DataRehashedEvent.getConsistentHashAtEnd() |
ConsistentHash |
TopologyChangedEvent.getConsistentHashAtStart() |
ConsistentHash |
DataRehashedEvent.getConsistentHashAtStart() |
ConsistentHash |
DataRehashedEvent.getUnionConsistentHash() |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.