public enum TxCommandArg extends Enum<TxCommandArg> implements CommandArg
| Enum Constant and Description |
|---|
TX_CLIENTS |
TX_DURATION |
TX_INFO |
TX_KILL |
TX_LABEL |
TX_LIMIT |
TX_NODES |
TX_ORDER |
TX_SERVERS |
TX_SIZE |
TX_XID |
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static TxCommandArg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxCommandArg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TxCommandArg TX_LIMIT
public static final TxCommandArg TX_ORDER
public static final TxCommandArg TX_SERVERS
public static final TxCommandArg TX_CLIENTS
public static final TxCommandArg TX_DURATION
public static final TxCommandArg TX_SIZE
public static final TxCommandArg TX_LABEL
public static final TxCommandArg TX_NODES
public static final TxCommandArg TX_XID
public static final TxCommandArg TX_KILL
public static final TxCommandArg TX_INFO
public static TxCommandArg[] values()
for (TxCommandArg c : TxCommandArg.values()) System.out.println(c);
public static TxCommandArg 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 String argName()
argName in interface CommandArgpublic String toString()
toString in class Enum<TxCommandArg>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022