Uses of Enum
com.couchbase.client.core.manager.bucket.CoreConflictResolutionType
Packages that use CoreConflictResolutionType
Package
Description
-
Uses of CoreConflictResolutionType in com.couchbase.client.core.classic.manager
Methods in com.couchbase.client.core.classic.manager that return CoreConflictResolutionTypeConstructors in com.couchbase.client.core.classic.manager with parameters of type CoreConflictResolutionTypeModifierConstructorDescriptionCoreBucketSettingsJson(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
Methods in com.couchbase.client.core.manager.bucket that return CoreConflictResolutionTypeModifier and TypeMethodDescriptionCoreBucketSettings.conflictResolutionType()CoreCreateBucketSettings.conflictResolutionType()static CoreConflictResolutionTypeReturns 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.