Uses of Enum
com.couchbase.client.java.manager.bucket.EjectionPolicy
Packages that use EjectionPolicy
-
Uses of EjectionPolicy in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return EjectionPolicyModifier and TypeMethodDescriptionBucketSettings.ejectionPolicy()
Deprecated.static EjectionPolicy
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 EjectionPolicyModifier and TypeMethodDescriptionBucketSettings.ejectionPolicy
(EjectionPolicy ejectionPolicy) Deprecated.Please useBucketSettings.evictionPolicy
instead.
BucketSettings.evictionPolicy
instead.