Interface MemcachedHashingStrategy
- All Known Implementing Classes:
StandardMemcachedHashingStrategy
@Internal
public interface MemcachedHashingStrategy
This interface defines different hashing strategies used for ketama hashing in memcached buckets.
-
Method Summary
-
Method Details
-
hash
The hash for each node based on the node information and repetition.- Parameters:
info- the node inforepetition- the repetition- Returns:
- the hashed node
-