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, setRuntimeContext
public ScriptEngineMapStub()
public void close() throws java.lang.Exception
close
in interface eu.stratosphere.api.common.functions.Function
close
in class eu.stratosphere.api.common.functions.AbstractFunction
java.lang.Exception
public void open(eu.stratosphere.configuration.Configuration parameters) throws java.lang.Exception
open
in interface eu.stratosphere.api.common.functions.Function
open
in class eu.stratosphere.api.common.functions.AbstractFunction
java.lang.Exception
public 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.MapFunction
java.lang.Exception