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>
Default topology-aware consistent hash factory implementation.
- Since:
- 5.2
- Author:
- Dan Berindei
-
Nested Class Summary
Nested ClassesNested 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, hashCode, rebalance, rebalanceBuilder, removeExtraBackupOwners, replaceBackupOwners, replacePrimaryOwners, swapPrimaryOwnersWithBackups, union, updateMembersMethods inherited from class AbstractConsistentHashFactory
checkCapacityFactors, findNewPrimaryOwner, findWorstPrimaryOwnerMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConsistentHashFactory
create
-
Constructor Details
-
TopologyAwareConsistentHashFactory
public TopologyAwareConsistentHashFactory()
-
-
Method Details
-
addBackupOwners
- Overrides:
addBackupOwnersin classDefaultConsistentHashFactory
-