跳过导航链接
C G H M S T 

C

com.alipay.sofa.registry.consistency.hash - 程序包 com.alipay.sofa.registry.consistency.hash
 
ConsistentHash<T extends HashNode> - com.alipay.sofa.registry.consistency.hash中的类
Consistent hash implementation, use HashNode as physical node.
ConsistentHash(int, Collection<T>) - 类 的构造器com.alipay.sofa.registry.consistency.hash.ConsistentHash
Instantiates a new Consistent hash.
ConsistentHash(HashFunction, int, Collection<T>) - 类 的构造器com.alipay.sofa.registry.consistency.hash.ConsistentHash
Instantiates a new Consistent hash.

G

getNodeFor(Object) - 类 中的方法com.alipay.sofa.registry.consistency.hash.ConsistentHash
This returns the closest node for the object.
getNodeName() - 接口 中的方法com.alipay.sofa.registry.consistency.hash.HashNode
Gets node name.
getNUniqueNodesFor(Object, int) - 类 中的方法com.alipay.sofa.registry.consistency.hash.ConsistentHash
This returns the closest n unique nodes in order for the object.

H

hash(Object) - 接口 中的方法com.alipay.sofa.registry.consistency.hash.HashFunction
return object's int hashCode
hash(Object) - 类 中的方法com.alipay.sofa.registry.consistency.hash.MD5HashFunction
 
HashFunction - com.alipay.sofa.registry.consistency.hash中的接口
Hash Function
HashNode - com.alipay.sofa.registry.consistency.hash中的接口
The interface Hash node.

M

md5() - 类 中的静态方法com.alipay.sofa.registry.consistency.hash.MessageDigests
 
MD5HashFunction - com.alipay.sofa.registry.consistency.hash中的类
MD5 hash function
MD5HashFunction() - 类 的构造器com.alipay.sofa.registry.consistency.hash.MD5HashFunction
Instantiates a new MD5 hash function.
MessageDigests - com.alipay.sofa.registry.consistency.hash中的类
This MessageDigests class provides convenience methods for obtaining thread local MessageDigest instances for MD5, SHA-1, and SHA-256 message digests.
MessageDigests() - 类 的构造器com.alipay.sofa.registry.consistency.hash.MessageDigests
 

S

sha1() - 类 中的静态方法com.alipay.sofa.registry.consistency.hash.MessageDigests
 
sha256() - 类 中的静态方法com.alipay.sofa.registry.consistency.hash.MessageDigests
 

T

toHexString(byte[]) - 类 中的静态方法com.alipay.sofa.registry.consistency.hash.MessageDigests
Format a byte array as a hex string.
C G H M S T 
跳过导航链接

Copyright © 2019 The Ant Financial. All rights reserved.