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()Deprecated.BucketConfig.locator()Deprecated.The type of node locator in use for this bucket.static BucketNodeLocatorReturns 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 BucketNodeLocatorModifierConstructorDescriptionprotectedAbstractBucketConfig(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) Deprecated.protectedAbstractBucketConfig(String uuid, String name, BucketNodeLocator locator, String uri, String streamingUri, List<NodeInfo> nodeInfo, Set<BucketCapabilities> bucketCapabilities, Map<ServiceType, Set<ClusterCapabilities>> clusterCapabilities, String origin, List<PortInfo> portInfos, ConfigVersion version) Deprecated.A "dumb" constructor that assigns the given values directly to the corresponding fields, without any funny business.