Uses of Enum
com.couchbase.client.java.manager.bucket.ConflictResolutionType
-
Uses of ConflictResolutionType in com.couchbase.client.java.manager.bucket
Modifier and TypeMethodDescriptionBucketSettings.conflictResolutionType()
Returns the conflict resolution mode in use.static ConflictResolutionType
Returns 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.Modifier and TypeMethodDescriptionBucketSettings.conflictResolutionType
(ConflictResolutionType conflictResolutionType) Configures the conflict resolution mode for the bucket.