| Package | Description |
|---|---|
| com.couchbase.client.java.cluster |
| Modifier and Type | Method and Description |
|---|---|
EjectionMethod |
BucketSettings.ejectionMethod()
The ejection method available for the bucket.
|
EjectionMethod |
DefaultBucketSettings.ejectionMethod() |
EjectionMethod |
DefaultBucketSettings.Builder.ejectionMethod() |
static EjectionMethod |
EjectionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjectionMethod[] |
EjectionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultBucketSettings.Builder |
DefaultBucketSettings.Builder.ejectionMethod(EjectionMethod ejectionMethod) |
Copyright © 2015 Couchbase, Inc.