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