| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations on data streams.
|
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected WindowOperator.AbstractPerWindowStateStore |
WindowOperator.WindowContext.windowState |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.