public enum CacheDrPauseReason extends Enum<CacheDrPauseReason>
| Enum Constant and Description |
|---|
BATCH_FAILED
All sender hubs failed to process batch.
|
NO_SND_HUBS
All sender hubs left.
|
USER_REQUEST
Method
GridDr.stopReplication(String) was called. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable CacheDrPauseReason |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static CacheDrPauseReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheDrPauseReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheDrPauseReason USER_REQUEST
GridDr.stopReplication(String) was called.public static final CacheDrPauseReason BATCH_FAILED
public static final CacheDrPauseReason NO_SND_HUBS
public static CacheDrPauseReason[] values()
for (CacheDrPauseReason c : CacheDrPauseReason.values()) System.out.println(c);
public static CacheDrPauseReason 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@Nullable public static @Nullable CacheDrPauseReason fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025