public static enum DrCacheCommand.SenderGroup extends Enum<DrCacheCommand.SenderGroup>
| Enum Constant and Description |
|---|
ALL
All.
|
DEFAULT
Default.
|
NONE
None.
|
| Modifier and Type | Method and Description |
|---|---|
static DrCacheCommand.SenderGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrCacheCommand.SenderGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrCacheCommand.SenderGroup ALL
public static final DrCacheCommand.SenderGroup DEFAULT
public static final DrCacheCommand.SenderGroup NONE
public static DrCacheCommand.SenderGroup[] values()
for (DrCacheCommand.SenderGroup c : DrCacheCommand.SenderGroup.values()) System.out.println(c);
public static DrCacheCommand.SenderGroup 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
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.28 Release Date : December 12 2025