Uses of Class
com.couchbase.client.java.manager.bucket.EjectionPolicy
-
Packages that use 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 EjectionPolicyBucketSettings. ejectionPolicy()static EjectionPolicyEjectionPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static EjectionPolicy[]EjectionPolicy. 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 EjectionPolicy Modifier and Type Method Description BucketSettingsBucketSettings. ejectionPolicy(EjectionPolicy ejectionPolicy)Constructors in com.couchbase.client.java.manager.bucket with parameters of type EjectionPolicy Constructor Description BucketSettings(String name, Map<String,String> controllers, Map<String,Long> quota, int numReplicas, boolean replicaIndex, int maxTTL, CompressionMode compressionMode, BucketType bucketType, ConflictResolutionType conflictResolutionType, EjectionPolicy evictionPolicy)
-