Package com.couchbase.client.core.config
Interface MemcachedBucketConfig
-
- All Superinterfaces:
BucketConfig
- All Known Implementing Classes:
DefaultMemcachedBucketConfig
public interface MemcachedBucketConfig extends BucketConfig
A configuration representing a memcached bucket.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SortedMap<Long,NodeInfo>
ketamaNodes()
String
nodeForId(byte[] id)
Returns the target node address for the given document id.-
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
-
-