Uses of Class
org.apache.ignite.internal.management.tx.TxVerboseKey
-
Packages that use TxVerboseKey Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxVerboseKey in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return types with arguments of type TxVerboseKey Modifier and Type Method Description List<TxVerboseKey>TxVerboseInfo. localTxKeys()List<TxVerboseKey>TxVerboseInfo. nearOnlyTxKeys()Method parameters in org.apache.ignite.internal.management.tx with type arguments of type TxVerboseKey Modifier and Type Method Description voidTxVerboseInfo. localTxKeys(List<TxVerboseKey> locTxKeys)voidTxVerboseInfo. nearOnlyTxKeys(List<TxVerboseKey> nearOnlyTxKeys)
-