Package | Description |
---|---|
com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
Modifier and Type | Method and Description |
---|---|
EvictionPolicyType |
BucketSettings.evictionPolicy() |
static EvictionPolicyType |
EvictionPolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvictionPolicyType[] |
EvictionPolicyType.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.evictionPolicy(EvictionPolicyType evictionPolicy) |
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,
EvictionPolicyType evictionPolicy) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.