Uses of Enum
com.couchbase.client.java.manager.bucket.BucketType
Packages that use BucketType
-
Uses of BucketType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return BucketTypeModifier and TypeMethodDescriptionBucketSettings.bucketType()
Returns the bucket type.static BucketType
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.Methods in com.couchbase.client.java.manager.bucket with parameters of type BucketTypeModifier and TypeMethodDescriptionBucketSettings.bucketType
(BucketType bucketType) Configures theBucketType
.