Package | Description |
---|---|
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Method and Description |
---|---|
abstract void |
ProcessJoinFunction.processElement(IN1 left,
IN2 right,
ProcessJoinFunction.Context ctx,
Collector<OUT> out)
This method is called for each joined pair of elements.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.