Package com.couchbase.client.core.util
Class BucketConfigUtil
java.lang.Object
com.couchbase.client.core.util.BucketConfigUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic reactor.core.publisher.Mono
<BucketConfig> waitForBucketConfig
(Core core, String bucketName, Duration timeout) Deprecated.static reactor.core.publisher.Mono
<ClusterTopologyWithBucket> waitForBucketTopology
(Core core, String bucketName, Duration timeout)
-
Method Details
-
waitForBucketConfig
@Deprecated public static reactor.core.publisher.Mono<BucketConfig> waitForBucketConfig(Core core, String bucketName, Duration timeout) Deprecated. -
waitForBucketTopology
public static reactor.core.publisher.Mono<ClusterTopologyWithBucket> waitForBucketTopology(Core core, String bucketName, Duration timeout)
-
waitForBucketTopology(com.couchbase.client.core.Core, java.lang.String, java.time.Duration)