public static class ReplCache.ConsistentHashFunction<K> extends java.lang.Object implements ReplCache.HashFunction<K>
Constructor and Description |
---|
ConsistentHashFunction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Address> |
hash(K key,
short replication_count)
Function that, given a key and a replication count, returns replication_count number of different
addresses of nodes.
|
void |
installNodes(java.util.List<Address> new_nodes)
When the topology changes, this method will be called.
|
public java.util.List<Address> hash(K key, short replication_count)
ReplCache.HashFunction
hash
in interface ReplCache.HashFunction<K>
public void installNodes(java.util.List<Address> new_nodes)
ReplCache.HashFunction
installNodes
in interface ReplCache.HashFunction<K>
Copyright © 1998-2020 Red Hat. All Rights Reserved.