public static enum GridComponent.DiscoveryDataExchangeType extends Enum<GridComponent.DiscoveryDataExchangeType>
| Enum Constant and Description |
|---|
CACHE_PROC |
CLUSTER_PROC |
CONTINUOUS_PROC |
PLUGIN |
| Modifier and Type | Method and Description |
|---|---|
static GridComponent.DiscoveryDataExchangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridComponent.DiscoveryDataExchangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridComponent.DiscoveryDataExchangeType CONTINUOUS_PROC
public static final GridComponent.DiscoveryDataExchangeType CACHE_PROC
public static final GridComponent.DiscoveryDataExchangeType PLUGIN
public static final GridComponent.DiscoveryDataExchangeType CLUSTER_PROC
public static GridComponent.DiscoveryDataExchangeType[] values()
for (GridComponent.DiscoveryDataExchangeType c : GridComponent.DiscoveryDataExchangeType.values()) System.out.println(c);
public static GridComponent.DiscoveryDataExchangeType 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 Fabric : ver. 1.6.0 Release Date : May 18 2016