Uses of Class
com.couchbase.client.core.topology.ClusterTopologyWithBucket
Packages that use ClusterTopologyWithBucket
-
Uses of ClusterTopologyWithBucket in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return ClusterTopologyWithBucketModifier and TypeMethodDescriptionAbstractBucketConfig.asClusterTopology()
Deprecated.BucketConfig.asClusterTopology()
Deprecated.ClusterConfig.bucketTopology
(String bucketName) Methods in com.couchbase.client.core.config that return types with arguments of type ClusterTopologyWithBucketMethods in com.couchbase.client.core.config with parameters of type ClusterTopologyWithBucketModifier and TypeMethodDescriptionvoid
ClusterConfig.setBucketConfig
(ClusterTopologyWithBucket topology) static BucketConfig
LegacyConfigHelper.toLegacyBucketConfig
(ClusterTopologyWithBucket cluster) Constructors in com.couchbase.client.core.config with parameters of type ClusterTopologyWithBucketModifierConstructorDescriptionprotected
AbstractBucketConfig
(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, ClusterTopologyWithBucket clusterTopology) Deprecated.A "dumb" constructor that assigns the given values directly to the corresponding fields, without any funny business.Deprecated.MemcachedBucketConfig
(ClusterTopologyWithBucket cluster, MemcachedHashingStrategy hashingStrategy) Deprecated. -
Uses of ClusterTopologyWithBucket in com.couchbase.client.core.topology
Methods in com.couchbase.client.core.topology that return ClusterTopologyWithBucketModifier and TypeMethodDescriptionClusterTopologyBuilder.CouchbaseBucketTopologyBuilder.build()
ClusterTopology.requireBucket()