public enum VisorTxSortOrder extends Enum<VisorTxSortOrder>
| Enum Constant and Description |
|---|
DURATION
Sort by duration.
|
SIZE
Sort by size.
|
START_TIME
Sort by startTime
|
| Modifier and Type | Method and Description |
|---|---|
static @Nullable VisorTxSortOrder |
fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static VisorTxSortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisorTxSortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisorTxSortOrder DURATION
public static final VisorTxSortOrder SIZE
public static final VisorTxSortOrder START_TIME
public static VisorTxSortOrder[] values()
for (VisorTxSortOrder c : VisorTxSortOrder.values()) System.out.println(c);
public static VisorTxSortOrder 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 VisorTxSortOrder fromOrdinal(int ord)
ord - Ordinal value.null if ordinal out of range.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020