Uses of Class
com.couchbase.client.core.config.BucketNodeLocator
-
Packages that use BucketNodeLocator Package Description com.couchbase.client.core.config -
-
Uses of BucketNodeLocator in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketNodeLocator Modifier and Type Method Description BucketNodeLocator
AbstractBucketConfig. locator()
BucketNodeLocator
BucketConfig. locator()
The type of node locator in use for this bucket.static BucketNodeLocator
BucketNodeLocator. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketNodeLocator[]
BucketNodeLocator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.config with parameters of type BucketNodeLocator Constructor Description AbstractBucketConfig(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin)
-