Interface InternalWindowFunction.InternalWindowContext
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
WindowOperator.WindowContext
A context for
InternalWindowFunction, similar to ProcessWindowFunction.Context but for
internal use.-
Method Summary
Modifier and TypeMethodDescriptionlonglongorg.apache.flink.api.common.state.KeyedStateStore<X> voidoutput(org.apache.flink.util.OutputTag<X> outputTag, X value) org.apache.flink.api.common.state.KeyedStateStore
-
Method Details
-
currentProcessingTime
long currentProcessingTime() -
currentWatermark
long currentWatermark() -
windowState
org.apache.flink.api.common.state.KeyedStateStore windowState() -
globalState
org.apache.flink.api.common.state.KeyedStateStore globalState() -
output
<X> void output(org.apache.flink.util.OutputTag<X> outputTag, X value)
-