| Package | Description |
|---|---|
| com.couchbase.client.core.classic.manager | |
| com.couchbase.client.core.manager.bucket |
| Modifier and Type | Method and Description |
|---|---|
CoreConflictResolutionType |
CoreBucketSettingsJson.conflictResolutionType() |
| Constructor and Description |
|---|
CoreBucketSettingsJson(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) |
| Modifier and Type | Method and Description |
|---|---|
CoreConflictResolutionType |
CoreBucketSettings.conflictResolutionType() |
CoreConflictResolutionType |
CoreCreateBucketSettings.conflictResolutionType() |
static CoreConflictResolutionType |
CoreConflictResolutionType.valueOf(String name)
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.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.