IN - The input type of the operatorOUT - The output type of the operatorpublic interface OneInputStreamOperator<IN,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 |
processElement(IN element) |
close, getChainingStrategy, isInputCopyingDisabled, open, setChainingStrategy, setupCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.