Uses of Class
org.apache.ignite.internal.management.tx.TxVerboseInfo
-
Packages that use TxVerboseInfo Package Description org.apache.ignite.internal.management.tx -
-
Uses of TxVerboseInfo in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return TxVerboseInfo Modifier and Type Method Description TxVerboseInfoTxInfo. getTxVerboseInfo()Constructors in org.apache.ignite.internal.management.tx with parameters of type TxVerboseInfo Constructor Description TxInfo(IgniteUuid xid, long startTime, long duration, TransactionIsolation isolation, TransactionConcurrency concurrency, long timeout, String lb, Collection<UUID> primaryNodes, TransactionState state, int size, IgniteUuid nearXid, Collection<UUID> masterNodeIds, AffinityTopologyVersion topVer, TxVerboseInfo info)
-