OUT - The output type of the operatorStreamOperatorFactory and it's
StreamOperatorFactory.createStreamOperator(org.apache.flink.streaming.api.operators.StreamOperatorParameters<OUT>) and passing the required parameters to the
Operator's constructor in create method.@Deprecated @PublicEvolving public interface SetupableStreamOperator<OUT>
| 限定符和类型 | 方法和说明 |
|---|---|
ChainingStrategy |
getChainingStrategy()
已过时。
|
void |
setChainingStrategy(ChainingStrategy strategy)
已过时。
|
void |
setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
已过时。
Initializes the operator.
|
void setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)
ChainingStrategy getChainingStrategy()
void setChainingStrategy(ChainingStrategy strategy)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.