Modifier and Type | Field and Description |
---|---|
private long |
id
The id for the transaction
|
private TransactionManager |
manager
The manager for the transaction
|
private boolean |
prepared
True if it has been asserted that
manager has been
prepared. |
Modifier | Constructor and Description |
---|---|
private |
TxnTable.Key(TransactionManager manager,
long id,
boolean prepared)
Create a new key from the specified manager and id.
|
private final TransactionManager manager
private final long id
private final boolean prepared
manager
has been
prepared. Note, we only put Keys in the table that have this flag
set.private TxnTable.Key(TransactionManager manager, long id, boolean prepared)
manager
- the manager for the transactionid
- the id for the transactionprepared
- should be true
if the manager has been
prepared and false otherwiseNullPointerException
- if manager is null
.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.