Package | Description |
---|---|
com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
Modifier and Type | Method and Description |
---|---|
CompressionMode |
BucketSettings.compressionMode() |
static CompressionMode |
CompressionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionMode[] |
CompressionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BucketSettings |
BucketSettings.compressionMode(CompressionMode compressionMode) |
Constructor and Description |
---|
BucketSettings(String name,
Map<String,String> controllers,
Map<String,Long> quota,
int numReplicas,
boolean replicaIndex,
int maxTTL,
CompressionMode compressionMode,
BucketType bucketType,
ConflictResolutionType conflictResolutionType,
EjectionPolicy evictionPolicy) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.