Class GridCacheTxRecoveryRequest

    • Constructor Detail

      • GridCacheTxRecoveryRequest

        public GridCacheTxRecoveryRequest()
        Empty constructor required by Externalizable
      • GridCacheTxRecoveryRequest

        public GridCacheTxRecoveryRequest​(IgniteInternalTx tx,
                                          int txNum,
                                          boolean nearTxCheck,
                                          IgniteUuid futId,
                                          IgniteUuid miniId,
                                          boolean addDepInfo)
        Parameters:
        tx - Transaction.
        txNum - Expected number of transactions on remote node.
        nearTxCheck - True if should check only tx on near node.
        futId - Future ID.
        miniId - Mini future ID.
        addDepInfo - Deployment info flag.