org.infinispan.distribution.ch
Class TopologyAwareConsistentHashFactory
java.lang.Object
org.infinispan.distribution.ch.DefaultConsistentHashFactory
org.infinispan.distribution.ch.TopologyAwareConsistentHashFactory
- All Implemented Interfaces:
- ConsistentHashFactory<DefaultConsistentHash>
public class TopologyAwareConsistentHashFactory
- extends DefaultConsistentHashFactory
Default topology-aware consistent hash factory implementation.
- Since:
- 5.2
- Author:
- Dan Berindei
Methods inherited from class org.infinispan.distribution.ch.DefaultConsistentHashFactory |
addPrimaryOwners, create, doAddBackupOwners, doAddPrimaryOwners, doRemoveExtraBackupOwners, findNewBackupOwner, findNewPrimaryOwner, rebalance, rebalanceBuilder, removeExtraBackupOwners, replaceBackupOwners, swapPrimaryOwnersWithBackups, union, updateMembers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopologyAwareConsistentHashFactory
public TopologyAwareConsistentHashFactory()
addBackupOwners
protected void addBackupOwners(DefaultConsistentHashFactory.Builder builder)
- Overrides:
addBackupOwners
in class DefaultConsistentHashFactory
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.