Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static TransactionStatus |
TransactionStatus.APPLIED |
The transaction has been applied on the current replica node.
|
static TransactionStatus |
TransactionStatus.EMPTY_TRANSACTION |
The transaction did not update the database.
|
static TransactionStatus |
TransactionStatus.NOTFOUND |
No such transaction found in the replication group.
|
static TransactionStatus |
TransactionStatus.TIMEOUT |
The transaction has not yet been applied on this replica node.
|
Modifier and Type | Method | Description |
---|---|---|
TransactionStatus |
Environment.isTransactionApplied(byte[] token,
int maxwait) |
Return whether the transaction referred to by the commit token "token" has
been applied at the local replication environment.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.