Uses of Class
org.apache.ignite.internal.management.tx.TxInfo
-
Packages that use TxInfo Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxInfo in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return types with arguments of type TxInfo Modifier and Type Method Description List<TxInfo>TxTaskResult. getInfos()Constructor parameters in org.apache.ignite.internal.management.tx with type arguments of type TxInfo Constructor Description TxTaskResult(List<TxInfo> infos)Constructor.
-