JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ishugaliy.allgood.consistent.hash.node
Interface Node
All Known Implementing Classes:
ServerNode
,
SimpleNode
public interface
Node
Base interface for Consistent Hash nodes
ConsistentHash
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getKey
()
Node key, uniquely identifies node.
Method Detail
getKey
java.lang.String getKey()
Node key, uniquely identifies node. Used by
ConsistentHash
for load distribution.
Returns:
the node key
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method