Class TopologyAwareConsistentHashFactory
java.lang.Object
org.infinispan.distribution.ch.impl.AbstractConsistentHashFactory<DefaultConsistentHash>
org.infinispan.distribution.ch.impl.DefaultConsistentHashFactory
org.infinispan.distribution.ch.impl.TopologyAwareConsistentHashFactory
- All Implemented Interfaces:
ConsistentHashFactory<DefaultConsistentHash>
@ProtoTypeId(1233)
public class TopologyAwareConsistentHashFactory
extends DefaultConsistentHashFactory
Default topology-aware consistent hash factory implementation.
- Since:
- 5.2
- Author:
- Dan Berindei
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultConsistentHashFactory
DefaultConsistentHashFactory.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidMethods inherited from class DefaultConsistentHashFactory
addPrimaryOwners, create, doAddBackupOwners, equals, findNewBackupOwner, fromPersistentState, getInstance, hashCode, rebalance, rebalanceBuilder, removeExtraBackupOwners, replaceBackupOwners, replacePrimaryOwners, swapPrimaryOwnersWithBackups, union, updateMembersMethods inherited from class AbstractConsistentHashFactory
checkCapacityFactors, findNewPrimaryOwner, findWorstPrimaryOwner
-
Constructor Details
-
TopologyAwareConsistentHashFactory
public TopologyAwareConsistentHashFactory()
-
-
Method Details
-
addBackupOwners
- Overrides:
addBackupOwnersin classDefaultConsistentHashFactory
-