Uses of Class
com.couchbase.client.java.manager.bucket.EvictionPolicyType
-
Packages that use EvictionPolicyType Package Description com.couchbase.client.java.manager.bucket APIs related to bucket management. -
-
Uses of EvictionPolicyType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return EvictionPolicyType Modifier and Type Method Description EvictionPolicyType
BucketSettings. evictionPolicy()
Returns the eviction policy used on the bucket.static EvictionPolicyType
EvictionPolicyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EvictionPolicyType[]
EvictionPolicyType. values()
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 EvictionPolicyType Modifier and Type Method Description BucketSettings
BucketSettings. evictionPolicy(EvictionPolicyType evictionPolicy)
Allows to configure a customEvictionPolicyType
as the eviction policy.
-