| 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 | 
|---|---|
HashConfigurationBuilder | 
HashConfigurationBuilder.consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash> consistentHashFactory)
The consistent hash factory in use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConsistentHash | 
DistributionManager.getConsistentHash()
Deprecated.  
Retrieves the consistent hash instance currently in use, an instance of the configured ConsistentHash
 class (which defaults to  
DefaultConsistentHash. | 
ConsistentHash | 
DistributionManager.getReadConsistentHash()
Deprecated.  
  | 
ConsistentHash | 
DistributionManager.getWriteConsistentHash()
Deprecated.  
  | 
| Constructor and Description | 
|---|
DistributionInfo(Object key,
                ConsistentHash ch,
                Address self)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ConsistentHashFactory<CH extends ConsistentHash>
Factory for  
ConsistentHash instances. | 
| Modifier and Type | Method and Description | 
|---|---|
default ConsistentHash | 
ConsistentHash.remapAddresses(UnaryOperator<Address> remapper)
Returns a new ConsistentHash with the addresses remapped according to the provided  
UnaryOperator. | 
| Modifier and Type | Method and Description | 
|---|---|
ConsistentHash | 
TopologyChangedEvent.getConsistentHashAtEnd()  | 
ConsistentHash | 
DataRehashedEvent.getConsistentHashAtEnd()  | 
ConsistentHash | 
TopologyChangedEvent.getConsistentHashAtStart()  | 
ConsistentHash | 
DataRehashedEvent.getConsistentHashAtStart()  | 
ConsistentHash | 
DataRehashedEvent.getUnionConsistentHash()  | 
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.