public class StableHash<T>
extends java.lang.Object
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | StableHash.HashFunction | Deprecated.  | 
| Constructor | Description | 
|---|---|
| StableHash(StableHash.HashFunction hashFunction,
          int numberOfReplicas,
          java.util.Collection<T> nodes) | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | add(T node) | Deprecated. | 
| T | get(java.lang.Object key) | Deprecated. | 
| void | remove(T node) | Deprecated. | 
public StableHash(StableHash.HashFunction hashFunction, int numberOfReplicas, java.util.Collection<T> nodes)