Uses of Interface
com.couchbase.client.core.manager.bucket.CoreBucketSettings
Packages that use CoreBucketSettings
Package
Description
-
Uses of CoreBucketSettings in com.couchbase.client.core.classic.manager
Classes in com.couchbase.client.core.classic.manager that implement CoreBucketSettingsModifier and TypeClassDescriptionclass
Helper class for working with bucket JSON.Methods in com.couchbase.client.core.classic.manager that return types with arguments of type CoreBucketSettingsModifier and TypeMethodDescriptionClassicCoreBucketManager.getAllBuckets
(CoreCommonOptions options) ClassicCoreBucketManager.getBucket
(String bucketName, CoreCommonOptions options) Methods in com.couchbase.client.core.classic.manager with parameters of type CoreBucketSettingsModifier and TypeMethodDescriptionClassicCoreBucketManager.createBucket
(CoreBucketSettings settings, CoreCreateBucketSettings createSpecificSettings, CoreCommonOptions options) ClassicCoreBucketManager.updateBucket
(CoreBucketSettings settings, CoreCommonOptions options) -
Uses of CoreBucketSettings in com.couchbase.client.core.manager
Methods in com.couchbase.client.core.manager that return types with arguments of type CoreBucketSettingsModifier and TypeMethodDescriptionCoreBucketManagerOps.getAllBuckets
(CoreCommonOptions options) CoreBucketManagerOps.getBucket
(String bucketName, CoreCommonOptions options) Methods in com.couchbase.client.core.manager with parameters of type CoreBucketSettingsModifier and TypeMethodDescriptionCoreBucketManagerOps.createBucket
(CoreBucketSettings settings, CoreCreateBucketSettings createSpecificSettings, CoreCommonOptions options) CoreBucketManagerOps.updateBucket
(CoreBucketSettings settings, CoreCommonOptions options) -
Uses of CoreBucketSettings in com.couchbase.client.core.protostellar.manager
Methods in com.couchbase.client.core.protostellar.manager that return types with arguments of type CoreBucketSettingsModifier and TypeMethodDescriptionProtostellarCoreBucketManager.getAllBuckets
(CoreCommonOptions options) ProtostellarCoreBucketManager.getBucket
(String bucketName, CoreCommonOptions options) Methods in com.couchbase.client.core.protostellar.manager with parameters of type CoreBucketSettingsModifier and TypeMethodDescriptionProtostellarCoreBucketManager.createBucket
(CoreBucketSettings settings, CoreCreateBucketSettings createSpecificSettings, CoreCommonOptions options) static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.CreateBucketRequest>
ProtostellarCoreBucketManagerRequests.createBucketRequest
(CoreProtostellar core, CoreBucketSettings settings, CoreCreateBucketSettings createSpecificSettings, CoreCommonOptions opts) ProtostellarCoreBucketManager.updateBucket
(CoreBucketSettings settings, CoreCommonOptions options) static ProtostellarRequest<com.couchbase.client.protostellar.admin.bucket.v1.UpdateBucketRequest>
ProtostellarCoreBucketManagerRequests.updateBucketRequest
(CoreProtostellar core, CoreBucketSettings settings, CoreCommonOptions opts)