Package net.spy.memcached
Interface HashAlgorithm
-
- All Known Implementing Classes:
DefaultHashAlgorithm
public interface HashAlgorithmIntents to provide hash for locating a server for a key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longhash(java.lang.String k)Compute the hash for the given key.
-