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, timestamp
public abstract TimeDomain timeDomain()
TimeDomain
of the firing timer.public abstract K getCurrentKey()
getCurrentKey
in class KeyedCoProcessFunction.Context
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.