| Package | Description |
|---|---|
| com.atomikos.recovery |
| Modifier and Type | Method and Description |
|---|---|
CoordinatorLogEntry |
Repository.get(java.lang.String coordinatorId) |
CoordinatorLogEntry[] |
AdminLog.getCoordinatorLogEntries() |
CoordinatorLogEntry |
CoordinatorLogEntry.markAsTerminated() |
CoordinatorLogEntry |
CoordinatorLogEntry.presumedAborting(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminated(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicCommit(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicMixed(ParticipantLogEntry entry) |
CoordinatorLogEntry |
CoordinatorLogEntry.terminatedWithHeuristicRollback(ParticipantLogEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CoordinatorLogEntry> |
Repository.findAllCommittingCoordinatorLogEntries() |
java.util.Collection<CoordinatorLogEntry> |
Repository.getAllCoordinatorLogEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.put(java.lang.String id,
CoordinatorLogEntry coordinatorLogEntry) |
boolean |
CoordinatorLogEntry.transitionAllowedFrom(CoordinatorLogEntry existing) |
void |
OltpLog.write(CoordinatorLogEntry coordinatorLogEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.writeCheckpoint(java.util.Collection<CoordinatorLogEntry> checkpointContent) |
Copyright © 2018. All Rights Reserved.