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 |
---|---|
default ConsistentHash |
DistributionManager.getConsistentHash()
Deprecated.
Since 9.0, please use
DistributionManager.getWriteConsistentHash() instead. |
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 |
---|---|
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 |
---|---|
default ConsistentHash |
TopologyChangedEvent.getConsistentHashAtEnd()
Deprecated.
|
ConsistentHash |
DataRehashedEvent.getConsistentHashAtEnd() |
default ConsistentHash |
TopologyChangedEvent.getConsistentHashAtStart()
Deprecated.
|
ConsistentHash |
DataRehashedEvent.getConsistentHashAtStart() |
ConsistentHash |
TopologyChangedEvent.getReadConsistentHashAtEnd() |
ConsistentHash |
TopologyChangedEvent.getReadConsistentHashAtStart() |
ConsistentHash |
DataRehashedEvent.getUnionConsistentHash()
Deprecated.
Since 9.0
|
ConsistentHash |
TopologyChangedEvent.getWriteConsistentHashAtEnd() |
ConsistentHash |
TopologyChangedEvent.getWriteConsistentHashAtStart() |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.