Package | Description |
---|---|
org.apache.flink.streaming.api.functions.co |
Modifier and Type | Class and Description |
---|---|
class |
KeyedBroadcastProcessFunction.OnTimerContext
Information available in an invocation of
KeyedBroadcastProcessFunction.onTimer(long, OnTimerContext, Collector) . |
Modifier and Type | Method and Description |
---|---|
abstract void |
KeyedBroadcastProcessFunction.processElement(IN1 value,
KeyedBroadcastProcessFunction.ReadOnlyContext ctx,
Collector<OUT> out)
This method is called for each element in the (non-broadcast)
keyed stream . |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.