JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.spy.memcached
Interface HashAlgorithm
All Known Implementing Classes:
DefaultHashAlgorithm
public interface
HashAlgorithm
Intents to provide hash for locating a server for a key.
Method Summary
Methods
Modifier and Type
Method and Description
long
hash
(java.lang.String k)
Compute the hash for the given key.
Method Detail
hash
long hash(java.lang.String k)
Compute the hash for the given key.
Returns:
a positive integer hash
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method