public final class TransactionStatus
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static TransactionStatus |
APPLIED |
The transaction has been applied on the current replica node.
|
static TransactionStatus |
EMPTY_TRANSACTION |
The transaction did not update the database.
|
static TransactionStatus |
NOTFOUND |
No such transaction found in the replication group.
|
static TransactionStatus |
TIMEOUT |
The transaction has not yet been applied on this replica node.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
public static final TransactionStatus APPLIED
public static final TransactionStatus TIMEOUT
public static final TransactionStatus EMPTY_TRANSACTION
public static final TransactionStatus NOTFOUND
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.