Record: InfoInternal
Internally used record to hold information about a transaction.
Closed record
Fields
- xid byte[ ]
- retryNumber int
- prevAttempt Info
- startTime Timestamp
Unique identifier for the transaction branch.
The number of previous attempts in a sequence of retries.
Information about the previous attempt in a sequence of retries.
This will be ()
if the retryNumber
is 0.
The time at which the transaction was started.