Class GridDistributedTxPrepareRequest

    • Field Detail

      • STORE_WRITE_THROUGH_FLAG_MASK

        public static final int STORE_WRITE_THROUGH_FLAG_MASK
        See Also:
        Constant Field Values
    • Constructor Detail

      • GridDistributedTxPrepareRequest

        public GridDistributedTxPrepareRequest()
        Required by Externalizable.
      • GridDistributedTxPrepareRequest

        public GridDistributedTxPrepareRequest​(IgniteInternalTx tx,
                                               long timeout,
                                               @Nullable
                                               @Nullable Collection<IgniteTxEntry> reads,
                                               Collection<IgniteTxEntry> writes,
                                               Map<UUID,​Collection<UUID>> txNodes,
                                               boolean retVal,
                                               boolean last,
                                               boolean onePhaseCommit,
                                               boolean addDepInfo)
        Parameters:
        tx - Cache transaction.
        timeout - Transactions timeout.
        reads - Read entries.
        writes - Write entries.
        txNodes - Transaction nodes mapping.
        retVal - Return value flag.
        last - Last request flag.
        onePhaseCommit - One phase commit flag.
        addDepInfo - Deployment info flag.