public enum VisorTxProjection extends Enum<VisorTxProjection>
| Enum Constant and Description |
|---|
CLIENT
Client nodes.
|
SERVER
Server nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static VisorTxProjection |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorTxProjection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorTxProjection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorTxProjection SERVER
public static final VisorTxProjection CLIENT
public static VisorTxProjection[] values()
for (VisorTxProjection c : VisorTxProjection.values()) System.out.println(c);
public static VisorTxProjection 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 VisorTxProjection fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018