| Interface | Description |
|---|---|
| Locator | |
| MemcachedHashingStrategy |
This interface defines different hashing strategies used for ketama hashing in memcached buckets.
|
| Class | Description |
|---|---|
| KeyValueLocator |
A
Locator responsible for locating the right node based on the partition of the
key. |
| Node | |
| NodeContext | |
| NodeIdentifier |
Identifies a node uniquely in the cluster.
|
| RoundRobinLocator |
A
Locator which implements node selection on a round-robin basis. |
| StandardMemcachedHashingStrategy |
A
MemcachedHashingStrategy which is compatible with libcouchbase and SDKs that
are built on top. |
| ViewLocator |
The
ViewLocator extends the round-robin locator with some custom checks. |
| Enum | Description |
|---|---|
| NodeState |
Holds all the different states a
Node can be in. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.