Uses of Class
org.apache.ignite.internal.management.tx.TxSortOrder
-
Packages that use TxSortOrder Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxSortOrder in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return TxSortOrder Modifier and Type Method Description static @Nullable TxSortOrderTxSortOrder. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.TxSortOrderTxCommandArg. order()static TxSortOrderTxSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static TxSortOrder[]TxSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.internal.management.tx with parameters of type TxSortOrder Modifier and Type Method Description voidTxCommandArg. order(TxSortOrder order)
-