| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions.co |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyedBroadcastProcessFunction.OnTimerContext
Information available in an invocation of
KeyedBroadcastProcessFunction.onTimer(long, OnTimerContext, Collector). |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
KeyedBroadcastProcessFunction.processElement(IN1 value,
KeyedBroadcastProcessFunction.ReadOnlyContext ctx,
org.apache.flink.util.Collector<OUT> out)
This method is called for each element in the (non-broadcast)
keyed stream. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.