A B C G H I N R V
A
- add(T) - 接口 中的方法com.github.houbb.consistent.hashing.api.IConsistentHashing
-
添加节点
- add(T) - 类 中的方法com.github.houbb.consistent.hashing.api.impl.ConsistentHashing
-
B
- build() - 类 中的方法com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
构建结果
C
- com.github.houbb.consistent.hashing - 程序包 com.github.houbb.consistent.hashing
-
- com.github.houbb.consistent.hashing.api - 程序包 com.github.houbb.consistent.hashing.api
-
- com.github.houbb.consistent.hashing.api.impl - 程序包 com.github.houbb.consistent.hashing.api.impl
-
- com.github.houbb.consistent.hashing.bs - 程序包 com.github.houbb.consistent.hashing.bs
-
- ConsistentHashing<T> - com.github.houbb.consistent.hashing.api.impl中的类
-
- ConsistentHashing(int, IHashCode) - 类 的构造器com.github.houbb.consistent.hashing.api.impl.ConsistentHashing
-
- ConsistentHashingBs<T> - com.github.houbb.consistent.hashing.bs中的类
-
- ConsistentHashingBs() - 类 的构造器com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
G
- get(String) - 接口 中的方法com.github.houbb.consistent.hashing.api.IConsistentHashing
-
获取对应的节点
- get(String) - 类 中的方法com.github.houbb.consistent.hashing.api.impl.ConsistentHashing
-
沿环的顺时针找到虚拟节点
H
- hashCode(IHashCode) - 类 中的方法com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
设置 hash 策略
暂时不开放
I
- IConsistentHashing<T> - com.github.houbb.consistent.hashing.api中的接口
-
N
- newInstance() - 类 中的静态方法com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
新建对象实例
- nodeMap() - 接口 中的方法com.github.houbb.consistent.hashing.api.IConsistentHashing
-
获取节点信息
- nodeMap() - 类 中的方法com.github.houbb.consistent.hashing.api.impl.ConsistentHashing
-
- nodes(Collection<T>) - 类 中的方法com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
设置初始化节点
R
- remove(T) - 接口 中的方法com.github.houbb.consistent.hashing.api.IConsistentHashing
-
移除节点
- remove(T) - 类 中的方法com.github.houbb.consistent.hashing.api.impl.ConsistentHashing
-
V
- virtualNum(int) - 类 中的方法com.github.houbb.consistent.hashing.bs.ConsistentHashingBs
-
设置虚拟节点数量
A B C G H I N R V
Copyright © 2021. All rights reserved.