Class GridNearTxFinishRequest

    • Constructor Detail

      • GridNearTxFinishRequest

        public GridNearTxFinishRequest()
        Empty constructor required for Externalizable.
      • GridNearTxFinishRequest

        public GridNearTxFinishRequest​(IgniteUuid futId,
                                       GridCacheVersion xidVer,
                                       long threadId,
                                       boolean commit,
                                       boolean invalidate,
                                       boolean sys,
                                       byte plc,
                                       CacheWriteSynchronizationMode syncMode,
                                       boolean explicitLock,
                                       boolean storeEnabled,
                                       @NotNull
                                       @NotNull AffinityTopologyVersion topVer,
                                       GridCacheVersion baseVer,
                                       Collection<GridCacheVersion> committedVers,
                                       Collection<GridCacheVersion> rolledbackVers,
                                       int txSize,
                                       int taskNameHash,
                                       boolean addDepInfo)
        Parameters:
        futId - Future ID.
        xidVer - Transaction ID.
        threadId - Thread ID.
        commit - Commit flag.
        invalidate - Invalidate flag.
        sys - System flag.
        plc - IO policy.
        syncMode - Write synchronization mode.
        explicitLock - Explicit lock flag.
        storeEnabled - Store enabled flag.
        topVer - Topology version.
        baseVer - Base version.
        committedVers - Committed versions.
        rolledbackVers - Rolled back versions.
        txSize - Expected transaction size.
        taskNameHash - Task name hash.
        addDepInfo - Deployment info flag.