public enum GridClientPacketType extends Enum<GridClientPacketType>
| Enum Constant and Description |
|---|
IGNITE
Ignite message.
|
IGNITE_HANDSHAKE
Ignite handshake.
|
IGNITE_HANDSHAKE_RES
Ignite handshake response.
|
MEMCACHE
Memcache protocol message.
|
REDIS
Redis protocol message.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientPacketType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientPacketType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridClientPacketType MEMCACHE
public static final GridClientPacketType REDIS
public static final GridClientPacketType IGNITE_HANDSHAKE
public static final GridClientPacketType IGNITE_HANDSHAKE_RES
public static final GridClientPacketType IGNITE
public static GridClientPacketType[] values()
for (GridClientPacketType c : GridClientPacketType.values()) System.out.println(c);
public static GridClientPacketType 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. 2.5.0 Release Date : May 23 2018