Package | Description |
---|---|
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Class and Description |
---|---|
class |
KeyedCoProcessFunction.OnTimerContext
Information available in an invocation of
KeyedCoProcessFunction.onTimer(long, OnTimerContext, Collector) . |
Modifier and Type | Method and Description |
---|---|
abstract void |
KeyedCoProcessFunction.processElement1(IN1 value,
KeyedCoProcessFunction.Context ctx,
Collector<OUT> out)
This method is called for each element in the first of the connected streams.
|
abstract void |
KeyedCoProcessFunction.processElement2(IN2 value,
KeyedCoProcessFunction.Context ctx,
Collector<OUT> out)
This method is called for each element in the second of the connected streams.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.