public class Drunner extends JavaScriptRunner implements OperatorRegistrar
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected com.pervasive.datarush.coercion.ContextManager |
contextManager |
protected org.mozilla.javascript.Scriptable |
scope |
charset
Constructor and Description |
---|
Drunner() |
Drunner(EngineConfig config) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
static Drunner |
fromArgs(String[] args,
CodeSource domain) |
static Object |
jsToJava(com.pervasive.datarush.coercion.ContextManager contextManager,
Object jsObject) |
static void |
main(String[] args) |
Object |
put(String key,
Object value) |
void |
run() |
void |
setDumpFile(String path) |
void |
setGraphName(String name) |
eval, eval, eval, getAs, processCliArgs, requireAs
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected final com.pervasive.datarush.coercion.ContextManager contextManager
protected final org.mozilla.javascript.Scriptable scope
public Drunner()
public Drunner(EngineConfig config)
public void setDumpFile(String path)
public void setGraphName(String name)
public static Drunner fromArgs(String[] args, CodeSource domain)
public void run()
Copyright © 2020 Actian Corporation. All rights reserved.