@Stability.Volatile public enum EjectionPolicy extends Enum<EjectionPolicy>
| Enum Constant and Description |
|---|
FULL |
VALUE_ONLY |
| Modifier and Type | Method and Description |
|---|---|
String |
alias() |
static EjectionPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjectionPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EjectionPolicy VALUE_ONLY
public static final EjectionPolicy FULL
public static EjectionPolicy[] values()
for (EjectionPolicy c : EjectionPolicy.values()) System.out.println(c);
public static EjectionPolicy 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 nullpublic String alias()
Copyright © 2020 Couchbase, Inc.. All rights reserved.