Class TransactionPreCommitRequest

All Implemented Interfaces:
Serializable, Immutable

@Beta public final class TransactionPreCommitRequest extends TransactionRequest<TransactionPreCommitRequest>
A transaction request to perform the second, preCommit, step of the three-phase commit protocol.
Author:
Robert Varga
See Also: