Interface EndTransactionRequest

    • Method Detail

      • getCommit

        boolean getCommit()
        Returns:
        true if the operation should be committed, false otherwise
      • setCommit

        void setCommit​(boolean commit)
        Set the Commit flag for this transaction.
        Parameters:
        commit - true if the transaction should be committed, false if it should be rollbacked.
      • setTransactionId

        void setTransactionId​(byte[] transactionId)
        Set the transaction ID to commit or rollback
        Parameters:
        transactionId - The transaction ID we got from the startTransaction response