Class SyncReplicatedConsistentHashFactory

java.lang.Object
org.infinispan.distribution.ch.impl.SyncReplicatedConsistentHashFactory
All Implemented Interfaces:
ConsistentHashFactory<ReplicatedConsistentHash>

@ProtoTypeId(1232) public class SyncReplicatedConsistentHashFactory extends Object implements ConsistentHashFactory<ReplicatedConsistentHash>
SyncConsistentHashFactory adapted for replicated caches, so that the primary owner of a key is the same in replicated and distributed caches.
Since:
8.2
Author:
Dan Berindei