public class StreamProject<IN,OUT extends org.apache.flink.api.java.tuple.Tuple> extends AbstractStreamOperator<OUT> implements OneInputStreamOperator<IN,OUT>
StreamOperator.ChainingStrategychainingStrategy, executionConfig, inputCopyDisabled, output, runtimeContext| Constructor and Description |
|---|
StreamProject(int[] fields,
org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
open(org.apache.flink.configuration.Configuration config)
This method is called before any elements are processed.
|
void |
processElement(IN element) |
close, disableInputCopy, getChainingStrategy, isInputCopyingDisabled, setChainingStrategy, setupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getChainingStrategy, isInputCopyingDisabled, setChainingStrategy, setuppublic StreamProject(int[] fields,
org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer)
public void processElement(IN element) throws Exception
processElement in interface OneInputStreamOperator<IN,OUT extends org.apache.flink.api.java.tuple.Tuple>Exceptionpublic void open(org.apache.flink.configuration.Configuration config)
throws Exception
StreamOperatoropen in interface StreamOperator<OUT extends org.apache.flink.api.java.tuple.Tuple>open in class AbstractStreamOperator<OUT extends org.apache.flink.api.java.tuple.Tuple>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.