public interface MemcachedBucketConfig extends BucketConfig
A configuration representing a memcached bucket.
Modifier and Type | Method and Description |
---|---|
SortedMap<Long,NodeInfo> |
ketamaNodes() |
NetworkAddress |
nodeForId(byte[] id)
Returns the target node address for the given document id.
|
hasFastForwardMap, locator, name, nodes, password, password, rev, serviceEnabled, streamingUri, tainted, type, uri, username, username
NetworkAddress nodeForId(byte[] id)
Returns the target node address for the given document id.
id
- the id for the document.Copyright © 2017 Couchbase, Inc.. All rights reserved.