public class ReExecutionOverlayPlugin extends Object implements IReExecutionPlugin
| Constructor and Description |
|---|
ReExecutionOverlayPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Driver driver)
Called when the
Driver is being initialized
The plugin may add hooks/etc to tap into the system. |
void |
prepareToReExecute()
The plugin should prepare for the re-compilation of the query.
|
boolean |
shouldReExecute(int executionNum)
The query have failed, does this plugin advises to re-execute it again?
|
boolean |
shouldReExecuteAfterCompile(int executionNum,
PlanMapper pm1,
PlanMapper pm2)
The query has failed; and have been recompiled - does this plugin advises to re-execute it again?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterCompile, afterExecute, beforeCompile, beforeExecute, prepareToReCompile, shouldReCompilepublic void initialize(Driver driver)
IReExecutionPluginDriver is being initialized
The plugin may add hooks/etc to tap into the system.initialize in interface IReExecutionPluginpublic void prepareToReExecute()
IReExecutionPluginprepareToReExecute in interface IReExecutionPluginpublic boolean shouldReExecute(int executionNum)
IReExecutionPluginshouldReExecute in interface IReExecutionPluginpublic boolean shouldReExecuteAfterCompile(int executionNum,
PlanMapper pm1,
PlanMapper pm2)
IReExecutionPluginshouldReExecuteAfterCompile in interface IReExecutionPluginCopyright © 2024 The Apache Software Foundation. All rights reserved.