Uses of Enum
com.couchbase.client.core.config.BucketNodeLocator
Packages that use BucketNodeLocator
-
Uses of BucketNodeLocator in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketNodeLocatorModifier and TypeMethodDescriptionAbstractBucketConfig.locator()
BucketConfig.locator()
The type of node locator in use for this bucket.static BucketNodeLocator
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 BucketNodeLocatorModifierConstructorDescriptionprotected
AbstractBucketConfig
(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin, Map<String, Set<ClusterCapabilities>> clusterCapabilities, long rev, long revEpoch)