Uses of Class
com.couchbase.client.java.manager.bucket.ConflictResolutionType
-
Packages that use ConflictResolutionType Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of ConflictResolutionType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return ConflictResolutionType Modifier and Type Method Description ConflictResolutionTypeBucketSettings. conflictResolutionType()static ConflictResolutionTypeConflictResolutionType. valueOf(String name)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.Methods in com.couchbase.client.java.manager.bucket with parameters of type ConflictResolutionType Modifier and Type Method Description BucketSettingsBucketSettings. conflictResolutionType(ConflictResolutionType conflictResolutionType)Constructors in com.couchbase.client.java.manager.bucket with parameters of type ConflictResolutionType Constructor Description BucketSettings(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)
-