Modifier and Type | Method and Description |
---|---|
static ScriptEngine |
ScriptEngine.getInstance(String scriptingLang)
Gets instance of the scriptEngine for the given scripting language
|
ScriptEngine |
ScriptPigContext.getScriptEngine() |
Modifier and Type | Method and Description |
---|---|
static ScriptPigContext |
ScriptPigContext.set(PigContext pigContext,
ScriptEngine engine) |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptEngine |
Modifier and Type | Class and Description |
---|---|
class |
JrubyScriptEngine
Implementation of the script engine for Jruby, which facilitates the registration
of scripts as UDFs, and also provides information (via the nested class RubyFunctions)
on the registered functions.
|
Modifier and Type | Class and Description |
---|---|
class |
JsScriptEngine
ScriptEngine implementation for JavaScript |
Modifier and Type | Class and Description |
---|---|
class |
JythonScriptEngine
Implementation of the script engine for Jython
|
Modifier and Type | Class and Description |
---|---|
class |
PythonScriptEngine |
Copyright © 2007-2017 The Apache Software Foundation