public class ScriptEngineMapStub extends eu.stratosphere.api.java.record.functions.MapFunction
| Constructor and Description |
|---|
ScriptEngineMapStub() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
map(eu.stratosphere.types.Record record,
eu.stratosphere.util.Collector<eu.stratosphere.types.Record> out) |
void |
open(eu.stratosphere.configuration.Configuration parameters) |
getIterationRuntimeContext, getRuntimeContext, setRuntimeContextpublic ScriptEngineMapStub()
public void close() throws java.lang.Exception
close in interface eu.stratosphere.api.common.functions.Functionclose in class eu.stratosphere.api.common.functions.AbstractFunctionjava.lang.Exceptionpublic void open(eu.stratosphere.configuration.Configuration parameters) throws java.lang.Exception
open in interface eu.stratosphere.api.common.functions.Functionopen in class eu.stratosphere.api.common.functions.AbstractFunctionjava.lang.Exceptionpublic void map(eu.stratosphere.types.Record record, eu.stratosphere.util.Collector<eu.stratosphere.types.Record> out) throws java.lang.Exception
map in interface eu.stratosphere.api.common.functions.GenericMapper<eu.stratosphere.types.Record,eu.stratosphere.types.Record>map in class eu.stratosphere.api.java.record.functions.MapFunctionjava.lang.Exception