public abstract class KeyedProcessFunction.OnTimerContext extends KeyedProcessFunction.Context
KeyedProcessFunction.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 KeyedProcessFunction.Context
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.