Uses of Enum
com.couchbase.client.java.manager.bucket.ConflictResolutionType
Packages that use ConflictResolutionType
-
Uses of ConflictResolutionType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return ConflictResolutionTypeModifier and TypeMethodDescriptionBucketSettings.conflictResolutionType()Returns the conflict resolution mode in use.static ConflictResolutionTypeReturns the enum constant of this type with the specified name.static ConflictResolutionType[]ConflictResolutionType.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 ConflictResolutionTypeModifier and TypeMethodDescriptionBucketSettings.conflictResolutionType(ConflictResolutionType conflictResolutionType) Configures the conflict resolution mode for the bucket.Constructors in com.couchbase.client.java.manager.bucket with parameters of type ConflictResolutionTypeModifierConstructorDescriptionBucketSettings(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.