Class RecordAttributesCombiner
- java.lang.Object
-
- org.apache.flink.streaming.runtime.io.RecordAttributesCombiner
-
public class RecordAttributesCombiner extends Object
RecordAttributesValve combine RecordAttributes from different input channels.
-
-
Constructor Summary
Constructors Constructor Description RecordAttributesCombiner(int numInputChannels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinputRecordAttributes(RecordAttributes recordAttributes, int channelIdx, PushingAsyncDataInput.DataOutput<?> output)
-
-
-
Method Detail
-
inputRecordAttributes
public void inputRecordAttributes(RecordAttributes recordAttributes, int channelIdx, PushingAsyncDataInput.DataOutput<?> output) throws Exception
- Throws:
Exception
-
-