|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ReplCache.HashFunction<K>
| Method Summary | |
|---|---|
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> nodes)
When the topology changes, this method will be called. |
| Method Detail |
|---|
java.util.List<Address> hash(K key,
short replication_count)
key - replication_count -
void installNodes(java.util.List<Address> nodes)
nodes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||