| Modifier and Type | Field and Description |
|---|---|
static Transaction |
Transaction.ALL_VISIBLE_LATEST |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionAware.startTx(Transaction tx)
Called when new transaction has started.
|
void |
TransactionAware.updateTx(Transaction tx)
Called when the state of the current transaction has been updated.
|
| Constructor and Description |
|---|
Transaction(Transaction toCopy,
long writePointer,
long[] checkpointPointers)
Creates a new transaction for a checkpoint operation, copying all members from the original transaction,
with the updated checkpoint write pointers.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.