Uses of Class
com.couchbase.client.core.config.BucketType
-
Packages that use BucketType Package Description com.couchbase.client.core.config -
-
Uses of BucketType in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return BucketType Modifier and Type Method Description BucketType
BucketConfig. type()
The bucket type.BucketType
CouchbaseBucketConfig. type()
BucketType
MemcachedBucketConfig. type()
static BucketType
BucketType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BucketType[]
BucketType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-