Uses of Enum
com.couchbase.client.java.manager.bucket.EvictionPolicyType
Packages that use EvictionPolicyType
-
Uses of EvictionPolicyType in com.couchbase.client.java.manager.bucket
Methods in com.couchbase.client.java.manager.bucket that return EvictionPolicyTypeModifier and TypeMethodDescriptionBucketSettings.evictionPolicy()Returns the eviction policy used on the bucket.static EvictionPolicyTypeReturns 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 EvictionPolicyTypeModifier and TypeMethodDescriptionBucketSettings.evictionPolicy(EvictionPolicyType evictionPolicy) Allows to configure a customEvictionPolicyTypeas the eviction policy.