Package | Description |
---|---|
com.couchbase.client.java.manager.bucket |
APIs related to bucket management.
|
Modifier and Type | Method and Description |
---|---|
EjectionPolicy |
BucketSettings.ejectionPolicy() |
static EjectionPolicy |
EjectionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjectionPolicy[] |
EjectionPolicy.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.ejectionPolicy(EjectionPolicy ejectionPolicy) |
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.