public enum GridNioSessionMetaKey extends Enum<GridNioSessionMetaKey>
GridNioSession.| Enum Constant and Description |
|---|
LAST_FUT
Last future.
|
MARSHALLER
Client marshaller.
|
MARSHALLER_ID
Client marshaller ID.
|
MSG_WRITER
Message writer.
|
NIO_OPERATION
NIO operation (request type).
|
PARSER_STATE
NIO parser state.
|
SSL_META
SSL Meta.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_KEYS_CNT
Maximum count of NIO session keys in system.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
nextUniqueKey()
Returns next NIO session key ordinal for non-existing enum value.
|
static GridNioSessionMetaKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridNioSessionMetaKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridNioSessionMetaKey PARSER_STATE
public static final GridNioSessionMetaKey SSL_META
public static final GridNioSessionMetaKey NIO_OPERATION
public static final GridNioSessionMetaKey LAST_FUT
public static final GridNioSessionMetaKey MARSHALLER
public static final GridNioSessionMetaKey MARSHALLER_ID
public static final GridNioSessionMetaKey MSG_WRITER
public static final int MAX_KEYS_CNT
public static GridNioSessionMetaKey[] values()
for (GridNioSessionMetaKey c : GridNioSessionMetaKey.values()) System.out.println(c);
public static GridNioSessionMetaKey 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 nullpublic static int nextUniqueKey()
NOTE: Maximum count of NIO session keys in system is limited by MAX_KEYS_CNT.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.2.0 Release Date : September 15 2017