Package | Description |
---|---|
org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowOperator.MergingWindowStateStore
Special
WindowOperator.AbstractPerWindowStateStore that doesn't allow access to per-window state. |
class |
WindowOperator.PerWindowStateStore
Regular per-window state store for use with
ProcessWindowFunction . |
Modifier and Type | Field and Description |
---|---|
protected WindowOperator.AbstractPerWindowStateStore |
WindowOperator.WindowContext.windowState |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.