Class CorePlusRunAndDoneSimpleScriptInitializer
java.lang.Object
com.illumon.iris.controller.handle.CorePlusQueryInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
com.illumon.iris.controller.handle.CorePlusRunAndDoneSimpleScriptInitializer
- All Implemented Interfaces:
CorePlusInitializer
- Direct Known Subclasses:
BinaryImportRequestInitializer,CsvImportRequestInitializer,JdbcImportRequestInitializer,MergeRequestInitializer,ValidateRequestInitializer,WorkspaceSnapshotRequestInitializer
Sets the query-language to Groovy and defines a simple script, which will be used by this DndRunAndDoneInitializer
-
Method Summary
Modifier and TypeMethodDescriptionGets the requested script-language for this PQ instanceprotected StringMethods inherited from class com.illumon.iris.controller.handle.CorePlusRunAndDoneInitializer
initializeMethods inherited from class com.illumon.iris.controller.handle.CorePlusQueryInitializer
doBeforeInitializeMethods 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
-
Method Details
-
getLanguage
Description copied from interface:CorePlusInitializerGets the requested script-language for this PQ instance- Specified by:
getLanguagein interfaceCorePlusInitializer- Overrides:
getLanguagein classCorePlusQueryInitializer- Parameters:
config- the PQ configuration, as known by the controller- Returns:
- the requested script-language
-
getScriptCode
protected String getScriptCode(@NotNull CommunityPersistentQueryHandle.CommunityWorkerHandle handle) - Overrides:
getScriptCodein classCorePlusQueryInitializer
-