Uses of Interface
org.miaixz.bus.core.codec.hash.Hash32
Packages that use Hash32
Package
Description
提供Hash算法的封装
提供各种工具封装
xyz:做好一切必要准备,可以行动了
-
Uses of Hash32 in org.miaixz.bus.core.codec.hash
Classes in org.miaixz.bus.core.codec.hash that implement Hash32Modifier and TypeClassDescriptionclassGoogle发布的Hash计算算法:CityHash64 与 CityHash128。 它们分别根据字串计算 64 和 128 位的散列值。这些算法不适用于加密,但适合用在散列表等处。classKetama算法,用于在一致性Hash中快速定位服务器位置classMurmur3 32bit、64bit、128bit 哈希算法实现 此算法来自于:...Constructors in org.miaixz.bus.core.codec.hash with parameters of type Hash32ModifierConstructorDescriptionConsistentHash(Hash32<Object> hashFunc, int numberOfReplicas, Collection<T> nodes) 构造 -
Uses of Hash32 in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz with parameters of type Hash32