public enum MessageCollectionItemType extends Enum<MessageCollectionItemType>
Enum Constant and Description |
---|
AFFINITY_TOPOLOGY_VERSION
Topology version.
|
BIT_SET
Bit set.
|
BOOLEAN
Boolean.
|
BOOLEAN_ARR
Boolean array.
|
BYTE
Byte.
|
BYTE_ARR
Byte array.
|
CHAR
Character.
|
CHAR_ARR
Character array.
|
DOUBLE
Double.
|
DOUBLE_ARR
Double array.
|
FLOAT
Float.
|
FLOAT_ARR
Float array.
|
IGNITE_UUID
Ignite UUID.
|
INT
Integer.
|
INT_ARR
Integer array.
|
LONG
Long.
|
LONG_ARR
Long array.
|
MSG
Message.
|
SHORT
Short.
|
SHORT_ARR
Short array.
|
STRING
String.
|
UUID
UUID.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable MessageCollectionItemType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static MessageCollectionItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCollectionItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCollectionItemType BYTE
public static final MessageCollectionItemType SHORT
public static final MessageCollectionItemType INT
public static final MessageCollectionItemType LONG
public static final MessageCollectionItemType FLOAT
public static final MessageCollectionItemType DOUBLE
public static final MessageCollectionItemType CHAR
public static final MessageCollectionItemType BOOLEAN
public static final MessageCollectionItemType BYTE_ARR
public static final MessageCollectionItemType SHORT_ARR
public static final MessageCollectionItemType INT_ARR
public static final MessageCollectionItemType LONG_ARR
public static final MessageCollectionItemType FLOAT_ARR
public static final MessageCollectionItemType DOUBLE_ARR
public static final MessageCollectionItemType CHAR_ARR
public static final MessageCollectionItemType BOOLEAN_ARR
public static final MessageCollectionItemType STRING
public static final MessageCollectionItemType BIT_SET
public static final MessageCollectionItemType UUID
public static final MessageCollectionItemType IGNITE_UUID
public static final MessageCollectionItemType MSG
public static final MessageCollectionItemType AFFINITY_TOPOLOGY_VERSION
public static MessageCollectionItemType[] values()
for (MessageCollectionItemType c : MessageCollectionItemType.values()) System.out.println(c);
public static MessageCollectionItemType 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 @Nullable MessageCollectionItemType fromOrdinal(int ord)
ord
- Ordinal value.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023