Uses of Class
org.apache.ignite.internal.management.tx.TxKeyLockType
-
Packages that use TxKeyLockType Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxKeyLockType in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return TxKeyLockType Modifier and Type Method Description static @Nullable TxKeyLockTypeTxKeyLockType. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.TxKeyLockTypeTxVerboseKey. lockType()static TxKeyLockTypeTxKeyLockType. valueOf(String name)Returns the enum constant of this type with the specified name.static TxKeyLockType[]TxKeyLockType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ignite.internal.management.tx with parameters of type TxKeyLockType Constructor Description TxVerboseKey(String txKey, TxKeyLockType lockType, GridCacheVersion ownerVer, boolean read)
-