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 EjectionMethodBucketSettings. ejectionMethod()The ejection method available for the bucket.EjectionMethodDefaultBucketSettings.Builder. ejectionMethod()EjectionMethodDefaultBucketSettings. ejectionMethod()static EjectionMethodEjectionMethod. 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.BuilderDefaultBucketSettings.Builder. ejectionMethod(EjectionMethod ejectionMethod)
-