| 程序包 | 说明 |
|---|---|
| com.github.houbb.consistent.hashing.api | |
| com.github.houbb.consistent.hashing.api.impl | |
| com.github.houbb.consistent.hashing.bs |
| 限定符和类型 | 方法和说明 |
|---|---|
IConsistentHashing |
IConsistentHashing.add(T node)
添加节点
|
IConsistentHashing |
IConsistentHashing.remove(T node)
移除节点
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ConsistentHashing<T> |
| 限定符和类型 | 方法和说明 |
|---|---|
IConsistentHashing |
ConsistentHashing.add(T node) |
IConsistentHashing |
ConsistentHashing.remove(T node) |
| 限定符和类型 | 方法和说明 |
|---|---|
IConsistentHashing<T> |
ConsistentHashingBs.build()
构建结果
|
Copyright © 2021. All rights reserved.