| Modifier and Type | Method and Description |
|---|---|
TransactionType |
Transaction.getType() |
static TransactionType |
TransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionType[] |
TransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Transaction(long readPointer,
long txId,
long[] invalids,
long[] inProgress,
long firstShortInProgress,
TransactionType type)
Creates a new transaction.
|
Transaction(long readPointer,
long txId,
long writePointer,
long[] invalids,
long[] inProgress,
long firstShortInProgress,
TransactionType type,
long[] checkpointPointers,
Transaction.VisibilityLevel visibilityLevel)
Creates a new transaction.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.