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() |
KeyedStateStore |
globalState() |
<X> void |
output(OutputTag<X> outputTag,
X value) |
KeyedStateStore |
windowState() |
long currentProcessingTime()
long currentWatermark()
KeyedStateStore windowState()
KeyedStateStore globalState()
<X> void output(OutputTag<X> outputTag, X value)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.