Class ConsistentHashKeyRegistry<K>

java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.affinity.ConsistentHashKeyRegistry<K>
Type Parameters:
K - the cache key type
All Implemented Interfaces:
KeyRegistry<K>

public class ConsistentHashKeyRegistry<K> extends Object implements KeyRegistry<K>
Registry of queues of keys with affinity to the members of a consistent hash.
Author:
Paul Ferraro