Uses of Class
com.couchbase.client.core.config.BucketCapabilities
-
Packages that use BucketCapabilities Package Description com.couchbase.client.core.config -
-
Uses of BucketCapabilities in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketCapabilities Modifier and Type Method Description static BucketCapabilities
BucketCapabilities. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketCapabilities[]
BucketCapabilities. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.config that return types with arguments of type BucketCapabilities Modifier and Type Method Description Set<BucketCapabilities>
AbstractBucketConfig. bucketCapabilities()
Set<BucketCapabilities>
BucketConfig. bucketCapabilities()
Returns all the capabilities that are enabled and recognized on this bucket.
-