Package com.couchbase.client.core.node
Interface MemcachedHashingStrategy
-
- All Known Implementing Classes:
Sdk2CompatibleMemcachedHashingStrategy,StandardMemcachedHashingStrategy
@Internal public interface MemcachedHashingStrategy
This interface defines different hashing strategies used for ketama hashing in memcached buckets.- Since:
- 2.3.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringhash(NodeInfo info, int repetition)The hash for each node based on the node information and repetition.
-