public static enum GridDhtPartitionsExchangeFuture.ExchangeType extends Enum<GridDhtPartitionsExchangeFuture.ExchangeType>
| Modifier and Type | Method and Description |
|---|---|
static GridDhtPartitionsExchangeFuture.ExchangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridDhtPartitionsExchangeFuture.ExchangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridDhtPartitionsExchangeFuture.ExchangeType CLIENT
public static final GridDhtPartitionsExchangeFuture.ExchangeType ALL
public static final GridDhtPartitionsExchangeFuture.ExchangeType NONE
public static GridDhtPartitionsExchangeFuture.ExchangeType[] values()
for (GridDhtPartitionsExchangeFuture.ExchangeType c : GridDhtPartitionsExchangeFuture.ExchangeType.values()) System.out.println(c);
public static GridDhtPartitionsExchangeFuture.ExchangeType 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. 2.15.0 Release Date : April 25 2023