Class JdbcImportRequestInitializer
java.lang.Object
com.illumon.iris.controller.handle.CorePlusQueryInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
com.illumon.iris.controller.handle.JdbcImportRequestInitializer
- All Implemented Interfaces:
CorePlusInitializer
Initializer for a JDBC import PQ.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `JdbcImportJob.execute()`, which exists within the DhcInDhe (Core+) project -
Method Summary
Modifier and TypeMethodDescriptionExecuted before the PQ is initialized, for example to send pq-specific data to the workerMethods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
getLanguage, getScriptCodeMethods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
initializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.illumon.iris.controller.handle.CorePlusInitializer
hasNotebookClassLoader
-
Constructor Details
-
JdbcImportRequestInitializer
public JdbcImportRequestInitializer()Constructs aCorePlusRunAndDoneSimpleScriptInitializerwith the simple script of `JdbcImportJob.execute()`, which exists within the DhcInDhe (Core+) project
-
-
Method Details
-
doBeforeInitialize
public CompletableFuture<Void> doBeforeInitialize(CommunityPersistentQueryHandle.CommunityWorkerHandle handle) Description copied from interface:CorePlusInitializerExecuted before the PQ is initialized, for example to send pq-specific data to the worker- Specified by:
doBeforeInitializein interfaceCorePlusInitializer- Overrides:
doBeforeInitializein classCorePlusQueryInitializer- Parameters:
handle- a handle to the worker
-