Uses of Enum
com.couchbase.client.core.manager.bucket.CoreConflictResolutionType
Package
Description
-
Uses of CoreConflictResolutionType in com.couchbase.client.core.classic.manager
ModifierConstructorDescriptionCoreBucketSettingsJson
(String name, Map<String, String> controllers, Map<String, Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CoreCompressionMode compressionMode, BucketType bucketType, CoreConflictResolutionType conflictResolutionType, CoreEvictionPolicyType evictionPolicy, String durabilityMinLevel, CoreStorageBackend storageBackend, Boolean historyRetentionCollectionDefault, Long historyRetentionBytes, Long historyRetentionDurationSeconds) -
Uses of CoreConflictResolutionType in com.couchbase.client.core.manager.bucket
Modifier and TypeMethodDescriptionCoreBucketSettings.conflictResolutionType()
CoreCreateBucketSettings.conflictResolutionType()
static CoreConflictResolutionType
Returns the enum constant of this type with the specified name.static CoreConflictResolutionType[]
CoreConflictResolutionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.