Interface | Description |
---|---|
MemcachedHashingStrategy |
This interface defines different hashing strategies used for ketama hashing in memcached buckets.
|
Node |
Represents a Couchbase Node.
|
ServiceRegistry |
Handles the registration of services and their associated buckets.
|
Class | Description |
---|---|
CouchbaseNode |
The general implementation of a
Node . |
DefaultMemcachedHashingStrategy |
The default memcache bucket hashing strategy, compatible with 2.x Java SDK.
|
DefaultServiceRegistry |
The default implementation of a
ServiceRegistry . |
LegacyMemcachedHashingStrategy |
The legacy memcache bucket hashing strategy, compatible with Java SDK 1.x.
|
ServiceStateZipper |
Calculates a merged state for all registered services.
|
Copyright © 2017 Couchbase, Inc.. All rights reserved.