Uses of Class
com.atomikos.recovery.CoordinatorLogEntry

Packages that use CoordinatorLogEntry
com.atomikos.recovery   
 

Uses of CoordinatorLogEntry in com.atomikos.recovery
 

Methods in com.atomikos.recovery that return CoordinatorLogEntry
 CoordinatorLogEntry Repository.get(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)
           
 

Methods in com.atomikos.recovery that return types with arguments of type CoordinatorLogEntry
 Collection<CoordinatorLogEntry> Repository.findAllCommittingCoordinatorLogEntries()
           
 Collection<CoordinatorLogEntry> Repository.getAllCoordinatorLogEntries()
           
 

Methods in com.atomikos.recovery with parameters of type CoordinatorLogEntry
 void Repository.put(String id, CoordinatorLogEntry coordinatorLogEntry)
           
 boolean CoordinatorLogEntry.transitionAllowedFrom(CoordinatorLogEntry existing)
           
 void OltpLog.write(CoordinatorLogEntry coordinatorLogEntry)
           
 

Method parameters in com.atomikos.recovery with type arguments of type CoordinatorLogEntry
 void Repository.writeCheckpoint(Collection<CoordinatorLogEntry> checkpointContent)
           
 



Copyright © 2016. All Rights Reserved.