Uses of Class
com.couchbase.client.java.manager.bucket.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 EjectionPolicy
BucketSettings. ejectionPolicy()
Deprecated.static EjectionPolicy
EjectionPolicy. 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 BucketSettings
BucketSettings. ejectionPolicy(EjectionPolicy ejectionPolicy)
Deprecated.Please useBucketSettings.evictionPolicy
instead.
BucketSettings.evictionPolicy
instead.