IN1 - The input type of the operatorIN2 - The input type of the operatorOUT - The output type of the operatorpublic interface TwoInputStreamOperator<IN1,IN2,OUT> extends StreamOperator<OUT>
AbstractStreamOperator as a base class if
you want to implement a custom operator.StreamOperator.ChainingStrategy| Modifier and Type | Method and Description |
|---|---|
void |
processElement1(IN1 element) |
void |
processElement2(IN2 element) |
close, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.