| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.functions |
| 限定符和类型 | 类和说明 |
|---|---|
class |
KeyedProcessFunction.OnTimerContext
Information available in an invocation of
KeyedProcessFunction.onTimer(long, OnTimerContext, Collector). |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
KeyedProcessFunction.processElement(I value,
KeyedProcessFunction.Context ctx,
org.apache.flink.util.Collector<O> out)
Process one element from the input stream.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.