Uses of Enum
com.couchbase.client.java.manager.bucket.CompressionMode
Packages that use CompressionMode
-
Uses of CompressionMode in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return CompressionModeModifier and TypeMethodDescriptionBucketSettings.compressionMode()
Returns theCompressionMode
used for the bucket.static CompressionMode
Returns the enum constant of this type with the specified name.static CompressionMode[]
CompressionMode.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 CompressionModeModifier and TypeMethodDescriptionBucketSettings.compressionMode
(CompressionMode compressionMode) Sets the compression mode on the bucket.Constructors in com.couchbase.client.java.manager.bucket with parameters of type CompressionModeModifierConstructorDescriptionBucketSettings
(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) CreatesBucketSettings
from a raw JSON payload.