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>
Modifier and Type | Method and Description |
---|---|
ChainingStrategy |
getChainingStrategy()
Deprecated.
|
void |
setChainingStrategy(ChainingStrategy strategy)
Deprecated.
|
void |
setup(StreamTask<?,?> containingTask,
StreamConfig config,
Output<StreamRecord<OUT>> output)
Deprecated.
Initializes the operator.
|
void setup(StreamTask<?,?> containingTask, StreamConfig config, Output<StreamRecord<OUT>> output)
ChainingStrategy getChainingStrategy()
void setChainingStrategy(ChainingStrategy strategy)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.