public abstract class ScriptEnginePairFlatMapFunction<T,K,V> extends PairFlatMapFunctionBase<T,K,V>
Modifier and Type | Field and Description |
---|---|
protected javax.script.Invocable |
_invocable
Interface to execute functions in scripts.
|
protected java.util.List<?> |
_resultKeys
A list of result keys.
|
protected java.util.List<?> |
_resultValues
A list of result values.
|
_parameters
Constructor and Description |
---|
ScriptEnginePairFlatMapFunction() |
Modifier and Type | Method and Description |
---|---|
protected void |
_cleanup()
Free resources.
|
protected void |
_initialize()
Configure the stub by loading the workflow and initialize the
class fields.
|
readExternal, setConfiguration, writeExternal
protected javax.script.Invocable _invocable
protected java.util.List<?> _resultKeys
protected java.util.List<?> _resultValues
public ScriptEnginePairFlatMapFunction()
protected void _cleanup() throws java.lang.Exception
java.lang.Exception
protected void _initialize() throws java.lang.Exception
java.lang.Exception