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.Constructors in com.couchbase.client.java.manager.bucket with parameters of type EvictionPolicyTypeModifierConstructorDescriptionBucketSettings(String name, Map<String, String> controllers, Map<String, Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CompressionMode compressionMode, BucketType bucketType, ConflictResolutionType conflictResolutionType, EvictionPolicyType evictionPolicy, String durabilityMinLevel, StorageBackend storageBackend) CreatesBucketSettingsfrom a raw JSON payload.