public enum DrSenderStoreOverflowMode extends Enum<DrSenderStoreOverflowMode>
| Enum Constant and Description |
|---|
REMOVE_OLDEST
Removes oldest entries.
|
STOP
Stops accepting data in store.
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable DrSenderStoreOverflowMode |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static DrSenderStoreOverflowMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrSenderStoreOverflowMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrSenderStoreOverflowMode REMOVE_OLDEST
public static final DrSenderStoreOverflowMode STOP
public static DrSenderStoreOverflowMode[] values()
for (DrSenderStoreOverflowMode c : DrSenderStoreOverflowMode.values()) System.out.println(c);
public static DrSenderStoreOverflowMode 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 DrSenderStoreOverflowMode 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