InputT - The input type of the SinkWriterOutputT - The output type of the Sink@Internal
public class DataStreamV2SinkTransformation<InputT,OutputT>
extends org.apache.flink.streaming.api.transformations.PhysicalTransformation<OutputT>
Transformation for DataStream V2 based sink.| Constructor and Description |
|---|
DataStreamV2SinkTransformation(AbstractDataStream<InputT> inputStream,
org.apache.flink.api.connector.sink2.Sink<InputT> sink,
org.apache.flink.api.common.typeinfo.TypeInformation<OutputT> outputType,
String name,
int parallelism,
boolean parallelismConfigured) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.operators.ChainingStrategy |
getChainingStrategy() |
List<org.apache.flink.api.dag.Transformation<?>> |
getInputs() |
AbstractDataStream<InputT> |
getInputStream() |
org.apache.flink.api.connector.sink2.Sink<InputT> |
getSink() |
protected List<org.apache.flink.api.dag.Transformation<?>> |
getTransitivePredecessorsInternal() |
void |
setChainingStrategy(org.apache.flink.streaming.api.operators.ChainingStrategy strategy) |
isSupportsConcurrentExecutionAttempts, setSupportsConcurrentExecutionAttemptsdeclareManagedMemoryUseCaseAtOperatorScope, declareManagedMemoryUseCaseAtSlotScope, equals, getBufferTimeout, getCoLocationGroupKey, getDescription, getId, getManagedMemoryOperatorScopeUseCaseWeights, getManagedMemorySlotScopeUseCases, getMaxParallelism, getMinResources, getName, getNewNodeId, getOutputType, getParallelism, getPreferredResources, getSlotSharingGroup, getTransitivePredecessors, getUid, getUserProvidedNodeHash, hashCode, isParallelismConfigured, setBufferTimeout, setCoLocationGroupKey, setDescription, setMaxParallelism, setName, setOutputType, setParallelism, setParallelism, setResources, setSlotSharingGroup, setSlotSharingGroup, setUid, setUidHash, toString, updateManagedMemoryStateBackendUseCasepublic DataStreamV2SinkTransformation(AbstractDataStream<InputT> inputStream, org.apache.flink.api.connector.sink2.Sink<InputT> sink, org.apache.flink.api.common.typeinfo.TypeInformation<OutputT> outputType, String name, int parallelism, boolean parallelismConfigured)
public void setChainingStrategy(org.apache.flink.streaming.api.operators.ChainingStrategy strategy)
setChainingStrategy in class org.apache.flink.streaming.api.transformations.PhysicalTransformation<OutputT>protected List<org.apache.flink.api.dag.Transformation<?>> getTransitivePredecessorsInternal()
getTransitivePredecessorsInternal in class org.apache.flink.api.dag.Transformation<OutputT>public List<org.apache.flink.api.dag.Transformation<?>> getInputs()
getInputs in class org.apache.flink.api.dag.Transformation<OutputT>@Nullable public org.apache.flink.streaming.api.operators.ChainingStrategy getChainingStrategy()
public AbstractDataStream<InputT> getInputStream()
public org.apache.flink.api.connector.sink2.Sink<InputT> getSink()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.