@Stability.Internal public enum CoreEvictionPolicyType extends Enum<CoreEvictionPolicyType>
| Enum Constant and Description |
|---|
FULL |
NO_EVICTION |
NOT_RECENTLY_USED |
VALUE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
static CoreEvictionPolicyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreEvictionPolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreEvictionPolicyType FULL
public static final CoreEvictionPolicyType VALUE_ONLY
public static final CoreEvictionPolicyType NOT_RECENTLY_USED
public static final CoreEvictionPolicyType NO_EVICTION
public static CoreEvictionPolicyType[] values()
for (CoreEvictionPolicyType c : CoreEvictionPolicyType.values()) System.out.println(c);
public static CoreEvictionPolicyType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Stability.Internal public String alias()
Copyright © 2024 Couchbase, Inc.. All rights reserved.