Package | Description |
---|---|
cn.hutool.core.collection |
集合以及Iterator封装,包括集合工具CollUtil,Iterator和Iterable工具IterUtil
|
cn.hutool.core.lang |
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
|
cn.hutool.core.lang.hash |
提供Hash算法的封装
|
Modifier and Type | Method and Description |
---|---|
static <T> List<List<T>> |
CollUtil.group(Collection<T> collection,
Hash32<T> hash)
分组,按照
Hash32 接口定义的hash算法,集合中的元素放入hash值对应的子列表中 |
Constructor and Description |
---|
ConsistentHash(Hash32<Object> hashFunc,
int numberOfReplicas,
Collection<T> nodes)
构造
|
Modifier and Type | Class and Description |
---|---|
class |
KetamaHash
Ketama算法,用于在一致性Hash中快速定位服务器位置
|
Copyright © 2024. All rights reserved.