public abstract class KeyedCoProcessFunction.OnTimerContext extends KeyedCoProcessFunction.Context
KeyedCoProcessFunction.onTimer(long, OnTimerContext, Collector).| Constructor and Description |
|---|
OnTimerContext() |
| Modifier and Type | Method and Description |
|---|---|
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()
getCurrentKey in class KeyedCoProcessFunction.ContextCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.