Uses of Class
com.couchbase.client.core.topology.ClusterTopologyWithBucket
Packages that use ClusterTopologyWithBucket
Package
Description
-
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 TypeMethodDescriptionvoidClusterConfig.setBucketConfig(ClusterTopologyWithBucket topology) static BucketConfigLegacyConfigHelper.toLegacyBucketConfig(ClusterTopologyWithBucket cluster) Constructors in com.couchbase.client.core.config with parameters of type ClusterTopologyWithBucketModifierConstructorDescriptionprotectedAbstractBucketConfig(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() -
Uses of ClusterTopologyWithBucket in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return types with arguments of type ClusterTopologyWithBucketModifier and TypeMethodDescriptionstatic reactor.core.publisher.Mono<ClusterTopologyWithBucket> BucketConfigUtil.waitForBucketTopology(Core core, String bucketName, Duration timeout)