Class RecordAttributesCombiner
java.lang.Object
org.apache.flink.streaming.runtime.io.RecordAttributesCombiner
RecordAttributesValve combine RecordAttributes from different input channels.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinputRecordAttributes(RecordAttributes recordAttributes, int channelIdx, PushingAsyncDataInput.DataOutput<?> output)
-
Constructor Details
-
RecordAttributesCombiner
public RecordAttributesCombiner(int numInputChannels)
-
-
Method Details
-
inputRecordAttributes
public void inputRecordAttributes(RecordAttributes recordAttributes, int channelIdx, PushingAsyncDataInput.DataOutput<?> output) throws Exception - Throws:
Exception
-