| Package | Description |
|---|---|
| com.couchbase.client.core.classic.manager | |
| com.couchbase.client.core.config | |
| com.couchbase.client.core.manager.bucket |
| Modifier and Type | Method and Description |
|---|---|
BucketType |
CoreBucketSettingsJson.bucketType() |
| 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 |
|---|---|
BucketType |
BucketConfig.type()
The bucket type.
|
BucketType |
MemcachedBucketConfig.type() |
BucketType |
CouchbaseBucketConfig.type() |
static BucketType |
BucketType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketType[] |
BucketType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CouchbaseBucketConfig(long rev,
long revEpoch,
String uuid,
String name,
String uri,
String streamingUri,
PartitionInfo partitionInfo,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
BucketType bucketType,
String origin)
Creates a new
CouchbaseBucketConfig. |
| Modifier and Type | Method and Description |
|---|---|
BucketType |
CoreBucketSettings.bucketType() |
Copyright © 2024 Couchbase, Inc.. All rights reserved.