Package com.couchbase.client.core.node
Interface MemcachedHashingStrategy
- All Known Implementing Classes:
DefaultMemcachedHashingStrategy
,LegacyMemcachedHashingStrategy
,StandardMemcachedHashingStrategy
public interface MemcachedHashingStrategy
This interface defines different hashing strategies used for ketama hashing in memcached buckets.
- Since:
- 2.3.6
- Author:
- Michael Nitschinger
-
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
-