@Internal
public interface DataStreamPythonFunctionOperator<OUT>
extends org.apache.flink.api.java.typeutils.ResultTypeQueryable<OUT>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addSideOutputTags(Collection<org.apache.flink.util.OutputTag<?>> outputTags)
Add a collection of
OutputTags to the operator. |
<T> DataStreamPythonFunctionOperator<T> |
copy(DataStreamPythonFunctionInfo pythonFunctionInfo,
org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)
Make a copy of the DataStreamPythonFunctionOperator with the given pythonFunctionInfo and
outputTypeInfo.
|
DataStreamPythonFunctionInfo |
getPythonFunctionInfo()
Returns the underlying
DataStreamPythonFunctionInfo. |
Collection<org.apache.flink.util.OutputTag<?>> |
getSideOutputTags()
Gets the
OutputTags belongs to the operator. |
void |
setNumPartitions(int numPartitions)
Sets the number of partitions.
|
void setNumPartitions(int numPartitions)
DataStreamPythonFunctionInfo getPythonFunctionInfo()
DataStreamPythonFunctionInfo.void addSideOutputTags(Collection<org.apache.flink.util.OutputTag<?>> outputTags)
OutputTags to the operator.Collection<org.apache.flink.util.OutputTag<?>> getSideOutputTags()
OutputTags belongs to the operator.<T> DataStreamPythonFunctionOperator<T> copy(DataStreamPythonFunctionInfo pythonFunctionInfo, org.apache.flink.api.common.typeinfo.TypeInformation<T> outputTypeInfo)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.