Uses of Class
com.couchbase.client.java.manager.bucket.BucketType
-
Packages that use BucketType Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of BucketType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return BucketType Modifier and Type Method Description BucketTypeBucketSettings. bucketType()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.Methods in com.couchbase.client.java.manager.bucket with parameters of type BucketType Modifier and Type Method Description BucketSettingsBucketSettings. bucketType(BucketType bucketType)Constructors in com.couchbase.client.java.manager.bucket with parameters of type BucketType Constructor Description BucketSettings(String name, Map<String,String> controllers, Map<String,Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CompressionMode compressionMode, BucketType bucketType, ConflictResolutionType conflictResolutionType, EvictionPolicyType evictionPolicy, String durabilityMinLevel)
-