public enum ReservationReason extends Enum<ReservationReason>
| Enum Constant and Description |
|---|
CHECKPOINT_NOT_APPLICABLE
Reason means a checkpoint in history reserved can not be applied for cache.
|
NO_MORE_HISTORY
Reason means no more history reserved for the cache.
|
WAL_RESERVATION_ERROR
The message puts down to log when an exception happened during
reading a WAL segment or a segment cannot be reserved.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReservationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReservationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReservationReason WAL_RESERVATION_ERROR
public static final ReservationReason NO_MORE_HISTORY
public static final ReservationReason CHECKPOINT_NOT_APPLICABLE
public static ReservationReason[] values()
for (ReservationReason c : ReservationReason.values()) System.out.println(c);
public static ReservationReason 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 toString()
toString in class Enum<ReservationReason>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021