| Package | Description |
|---|---|
| com.atomikos.recovery |
| Modifier and Type | Field and Description |
|---|---|
ParticipantLogEntry[] |
CoordinatorLogEntry.participants |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ParticipantLogEntry> |
RecoveryLog.getCommittingParticipants() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryLog.presumedAborting(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.presumedAborting(ParticipantLogEntry entry) |
void |
RecoveryLog.terminated(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminated(ParticipantLogEntry entry) |
void |
RecoveryLog.terminatedWithHeuristicCommit(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicCommit(ParticipantLogEntry entry) |
void |
RecoveryLog.terminatedWithHeuristicHazard(ParticipantLogEntry entry) |
void |
RecoveryLog.terminatedWithHeuristicMixed(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicMixed(ParticipantLogEntry entry) |
void |
RecoveryLog.terminatedWithHeuristicRollback(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicRollback(ParticipantLogEntry entry) |
| Constructor and Description |
|---|
CoordinatorLogEntry(java.lang.String coordinatorId,
boolean wasCommitted,
ParticipantLogEntry[] participants) |
CoordinatorLogEntry(java.lang.String coordinatorId,
boolean wasCommitted,
ParticipantLogEntry[] participants,
java.lang.String superiorCoordinatorId) |
CoordinatorLogEntry(java.lang.String coordinatorId,
ParticipantLogEntry[] participantDetails) |
Copyright © 2018. All Rights Reserved.