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 BucketTypeBucketConfig. type()The bucket type.BucketTypeCouchbaseBucketConfig. type()BucketTypeMemcachedBucketConfig. type()static BucketTypeBucketType. 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.
-