| 程序包 | 说明 |
|---|---|
| com.github.houbb.consistent.hashing.bs |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsistentHashingBs<T> |
ConsistentHashingBs.hashCode(com.github.houbb.hash.api.IHashCode hashCode)
设置 hash 策略
暂时不开放
|
static <T> ConsistentHashingBs<T> |
ConsistentHashingBs.newInstance()
新建对象实例
|
ConsistentHashingBs<T> |
ConsistentHashingBs.nodes(Collection<T> nodes)
设置初始化节点
|
ConsistentHashingBs<T> |
ConsistentHashingBs.virtualNum(int virtualNum)
设置虚拟节点数量
|
Copyright © 2021. All rights reserved.