|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent | |
org.objectweb.cjdbc.controller.recoverylog | Recovery Log core. |
org.objectweb.cjdbc.controller.recoverylog.events |
Uses of LogEvent in org.objectweb.cjdbc.controller.recoverylog |
Methods in org.objectweb.cjdbc.controller.recoverylog with parameters of type LogEvent | |
void |
LoggerThread.log(LogEvent logObject)
Log a write-query into the recovery log. |
void |
LoggerThread.putBackAtHeadOfQueue(LogEvent event)
Put back a log entry at the head of the queue in case a problem happened with this entry and we need to retry it right away. |
Uses of LogEvent in org.objectweb.cjdbc.controller.recoverylog.events |
Classes in org.objectweb.cjdbc.controller.recoverylog.events that implement LogEvent | |
class |
LogRequestEvent
This class defines a LogRequestEvent to log a request log entry. |
class |
LogRollbackEvent
This class defines a LogRollbackEvent to log a rollback or potentially clean the recovery log for that transaction that rollbacks. |
class |
ResetLogEvent
This class defines a ResetLogEvent to reset the log |
class |
StoreDumpCheckpointEvent
This class is used to Store a Dump Checkpoint in the recovery log checkpoint tables so that it is available e.g. for restore operations. |
class |
UnlogRequestEvent
This class defines a UnlogRequestEvent to unlog a request log entry. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |