public enum VisorDataType extends Enum<VisorDataType>
VisorCacheGetValueTask.| Enum Constant and Description |
|---|
BIG_DECIMAL |
BIG_INTEGER |
BINARY |
BOOLEAN |
BYTE |
CHARACTER |
DATE_SQL |
DATE_UTIL |
DOUBLE |
FLOAT |
INSTANT |
INT |
LONG |
SHORT |
STRING |
TIMESTAMP |
UUID |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorDataType |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorDataType STRING
public static final VisorDataType CHARACTER
public static final VisorDataType BYTE
public static final VisorDataType SHORT
public static final VisorDataType INT
public static final VisorDataType LONG
public static final VisorDataType FLOAT
public static final VisorDataType DOUBLE
public static final VisorDataType BOOLEAN
public static final VisorDataType TIMESTAMP
public static final VisorDataType DATE_UTIL
public static final VisorDataType DATE_SQL
public static final VisorDataType INSTANT
public static final VisorDataType UUID
public static final VisorDataType BINARY
public static final VisorDataType BIG_INTEGER
public static final VisorDataType BIG_DECIMAL
public static VisorDataType[] values()
for (VisorDataType c : VisorDataType.values()) System.out.println(c);
public static VisorDataType 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 VisorDataType fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025