IN - The input type of the operatorOUT - The output type of the operator@PublicEvolving public interface OneInputStreamOperator<IN,OUT> extends StreamOperator<OUT>, Input<IN>
AbstractStreamOperator as a base class if you want to
implement a custom operator.| 限定符和类型 | 方法和说明 |
|---|---|
default void |
setKeyContextElement(StreamRecord<IN> record) |
close, finish, getMetricGroup, getOperatorID, initializeState, open, prepareSnapshotPreBarrier, setKeyContextElement1, setKeyContextElement2, snapshotStatenotifyCheckpointAborted, notifyCheckpointCompletegetCurrentKey, setCurrentKeyprocessElement, processLatencyMarker, processWatermark, processWatermarkStatusdefault void setKeyContextElement(StreamRecord<IN> record) throws Exception
setKeyContextElement 在接口中 Input<IN>ExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.