public static interface ReplCache.HashFunction<K>
Modifier and Type | Method and Description |
---|---|
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(List<Address> nodes)
When the topology changes, this method will be called.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.