Uses of Class
com.couchbase.client.java.cluster.EjectionMethod
-
Packages that use EjectionMethod Package Description com.couchbase.client.java.cluster -
-
Uses of EjectionMethod in com.couchbase.client.java.cluster
Methods in com.couchbase.client.java.cluster that return EjectionMethod Modifier and Type Method Description EjectionMethod
BucketSettings. ejectionMethod()
The ejection method available for the bucket.EjectionMethod
DefaultBucketSettings.Builder. ejectionMethod()
EjectionMethod
DefaultBucketSettings. 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.Methods in com.couchbase.client.java.cluster with parameters of type EjectionMethod Modifier and Type Method Description DefaultBucketSettings.Builder
DefaultBucketSettings.Builder. ejectionMethod(EjectionMethod ejectionMethod)
-