Uses of Class
com.couchbase.client.java.manager.bucket.EjectionPolicy
-
Packages that use EjectionPolicy Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of EjectionPolicy in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return EjectionPolicy Modifier and Type Method Description EjectionPolicyBucketSettings. ejectionPolicy()Deprecated.Please useBucketSettings.evictionPolicyinstead.static EjectionPolicyEjectionPolicy. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EjectionPolicy[]EjectionPolicy. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.manager.bucket with parameters of type EjectionPolicy Modifier and Type Method Description BucketSettingsBucketSettings. ejectionPolicy(EjectionPolicy ejectionPolicy)Deprecated.Please useBucketSettings.evictionPolicyinstead.
-