Package com.couchbase.client.core.config
Interface MemcachedBucketConfig
- All Superinterfaces:
BucketConfig
- All Known Implementing Classes:
DefaultMemcachedBucketConfig
A configuration representing a memcached bucket.
-
Method Summary
Methods inherited from interface com.couchbase.client.core.config.BucketConfig
capabilities, hasFastForwardMap, locator, name, nodes, password, password, rev, serviceEnabled, streamingUri, tainted, type, uri, useAlternateNetwork, useAlternateNetwork, username, username, uuid
-
Method Details
-
ketamaNodes
-
nodeForId
Returns the target node address for the given document id.- Parameters:
id
- the id for the document.- Returns:
- the node address for the given document id.
-