public class ConsistentHash<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConsistentHash.MoveEntry<T> |
| Constructor and Description |
|---|
ConsistentHash() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ConsistentHash.MoveEntry<T>> |
addServer(T serverId) |
int |
countEntries(T serverId) |
void |
dump() |
void |
dumpDist() |
static void |
main(String[] args) |
Copyright © 2015. All rights reserved.