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 BucketTypeReturns 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.Constructors in com.couchbase.client.java.manager.bucket with parameters of type BucketTypeModifierConstructorDescriptionBucketSettings(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, StorageBackend storageBackend) CreatesBucketSettingsfrom a raw JSON payload.