public static interface InternalWindowFunction.InternalWindowContext extends Serializable
InternalWindowFunction, similar to ProcessWindowFunction.Context but for
internal use.| Modifier and Type | Method and Description |
|---|---|
long |
currentProcessingTime() |
long |
currentWatermark() |
org.apache.flink.api.common.state.KeyedStateStore |
globalState() |
<X> void |
output(org.apache.flink.util.OutputTag<X> outputTag,
X value) |
org.apache.flink.api.common.state.KeyedStateStore |
windowState() |
long currentProcessingTime()
long currentWatermark()
org.apache.flink.api.common.state.KeyedStateStore windowState()
org.apache.flink.api.common.state.KeyedStateStore globalState()
<X> void output(org.apache.flink.util.OutputTag<X> outputTag,
X value)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.