public class MatchpointSearchResults extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchpointSearchResults.PassedTxnInfo |
| Constructor and Description |
|---|
MatchpointSearchResults(EnvironmentImpl envImpl) |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpPassedTxns()
Display the saved transaction information.
|
VLSN |
getDTVLSN() |
MatchpointSearchResults.PassedTxnInfo |
getEarliestPassedTxn() |
long |
getMatchpointLSN() |
int |
getNumPassedCommits() |
int |
getNumPassedDurableCommits() |
String |
getRollbackMsg()
If 1 or more commits was passed, construct a message that can
be used by RollbackException and RollbackProhibitedException.
|
String |
toString() |
public MatchpointSearchResults(EnvironmentImpl envImpl)
public long getMatchpointLSN()
public int getNumPassedCommits()
public int getNumPassedDurableCommits()
public MatchpointSearchResults.PassedTxnInfo getEarliestPassedTxn()
public VLSN getDTVLSN()
public String dumpPassedTxns()
public String getRollbackMsg()
Copyright © 2024. All rights reserved.