OUT - The type of the elements that result from this MultipleInputTransformation@Internal public abstract class AbstractMultipleInputTransformation<OUT> extends PhysicalTransformation<OUT>
MultipleInputStreamOperator to input Transformations. The result is again only one stream.| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.flink.api.dag.Transformation<?>> |
inputs |
protected StreamOperatorFactory<OUT> |
operatorFactory |
| Constructor and Description |
|---|
AbstractMultipleInputTransformation(String name,
StreamOperatorFactory<OUT> operatorFactory,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
List<org.apache.flink.api.common.typeinfo.TypeInformation<?>> |
getInputTypes()
Returns the
TypeInformation for the elements from the inputs. |
StreamOperatorFactory<OUT> |
getOperatorFactory()
Returns the
StreamOperatorFactory of this Transformation. |
List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessors() |
void |
setChainingStrategy(ChainingStrategy strategy)
Sets the chaining strategy of this
Transformation. |
declareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getUid, getUserProvidedNodeHash, hashCode, setBufferTimeout, setCoLocationGroupKey, setMaxParallelism, setName, setOutputType, setParallelism, setResources, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCaseprotected final List<org.apache.flink.api.dag.Transformation<?>> inputs
protected final StreamOperatorFactory<OUT> operatorFactory
public AbstractMultipleInputTransformation(String name, StreamOperatorFactory<OUT> operatorFactory, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outputType, int parallelism)
public List<org.apache.flink.api.dag.Transformation<?>> getInputs()
getInputs in class org.apache.flink.api.dag.Transformation<OUT>public List<org.apache.flink.api.common.typeinfo.TypeInformation<?>> getInputTypes()
TypeInformation for the elements from the inputs.public StreamOperatorFactory<OUT> getOperatorFactory()
StreamOperatorFactory of this Transformation.public List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessors()
getTransitivePredecessors in class org.apache.flink.api.dag.Transformation<OUT>public final void setChainingStrategy(ChainingStrategy strategy)
PhysicalTransformationTransformation.setChainingStrategy in class PhysicalTransformation<OUT>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.