@Internal public class StreamProject<IN,OUT extends org.apache.flink.api.java.tuple.Tuple> extends AbstractStreamOperator<OUT> implements OneInputStreamOperator<IN,OUT>
StreamOperator for executing projections on streams.AbstractStreamOperator.CountingOutput<OUT>chainingStrategy, config, latencyStats, LOG, metrics, output, timeServiceManager| 构造器和说明 |
|---|
StreamProject(int[] fields,
org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
open()
This method is called immediately before any elements are processed, it should contain the
operator's initialization logic, e.g. state initialization.
|
void |
processElement(StreamRecord<IN> element)
Processes one element that arrived at this operator.
|
close, dispose, getChainingStrategy, getContainingTask, getCurrentKey, getExecutionConfig, getInternalTimerService, getKeyedStateBackend, getKeyedStateStore, getMetricGroup, getOperatorConfig, getOperatorID, getOperatorName, getOperatorStateBackend, getOrCreateKeyedState, getPartitionedState, getPartitionedState, getProcessingTimeService, getRuntimeContext, getUserCodeClassloader, initializeState, initializeState, notifyCheckpointComplete, numEventTimeTimers, numProcessingTimeTimers, prepareSnapshotPreBarrier, processLatencyMarker, processLatencyMarker1, processLatencyMarker2, processWatermark, processWatermark1, processWatermark2, reportOrForwardLatencyMarker, setChainingStrategy, setCurrentKey, setKeyContextElement1, setKeyContextElement2, setup, snapshotState, snapshotStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessLatencyMarker, processWatermarkclose, dispose, getChainingStrategy, getMetricGroup, getOperatorID, initializeState, prepareSnapshotPreBarrier, setChainingStrategy, setKeyContextElement1, setKeyContextElement2, snapshotStategetCurrentKey, setCurrentKeypublic StreamProject(int[] fields,
org.apache.flink.api.common.typeutils.TypeSerializer<OUT> outSerializer)
public void processElement(StreamRecord<IN> element) throws Exception
OneInputStreamOperatorprocessElement 在接口中 OneInputStreamOperator<IN,OUT extends org.apache.flink.api.java.tuple.Tuple>Exceptionpublic void open()
throws Exception
AbstractStreamOperatorThe default implementation does nothing.
open 在接口中 StreamOperator<OUT extends org.apache.flink.api.java.tuple.Tuple>open 在类中 AbstractStreamOperator<OUT extends org.apache.flink.api.java.tuple.Tuple>Exception - An exception in this method causes the operator to fail.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.