public abstract class KeyedProcessFunction.OnTimerContext extends KeyedProcessFunction.Context
KeyedProcessFunction.onTimer(long, OnTimerContext, Collector).| 构造器和说明 |
|---|
OnTimerContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract K |
getCurrentKey()
Get key of the firing timer.
|
abstract TimeDomain |
timeDomain()
The
TimeDomain of the firing timer. |
output, timerService, timestamppublic abstract TimeDomain timeDomain()
TimeDomain of the firing timer.public abstract K getCurrentKey()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.