public class ReCompileWithoutCBOPlugin extends Object implements IReExecutionPlugin
| Constructor and Description |
|---|
ReCompileWithoutCBOPlugin() |
| 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 |
prepareToReCompile()
The plugin should prepare for the recompilation of the query
|
boolean |
shouldReCompile(int executionNum)
The query has failed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterCompile, afterExecute, beforeCompile, beforeExecute, prepareToReExecute, shouldReExecute, shouldReExecuteAfterCompilepublic void initialize(Driver driver)
IReExecutionPluginDriver is being initialized
The plugin may add hooks/etc to tap into the system.initialize in interface IReExecutionPluginpublic void prepareToReCompile()
IReExecutionPluginprepareToReCompile in interface IReExecutionPluginpublic boolean shouldReCompile(int executionNum)
IReExecutionPluginshouldReCompile in interface IReExecutionPluginexecutionNum - Number of the previous compilationsCopyright © 2022 The Apache Software Foundation. All rights reserved.