| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| 限定符和类型 | 方法和说明 |
|---|---|
W |
MergingWindowSet.addWindow(W newWindow,
MergingWindowSet.MergeFunction<W> mergeFunction)
Adds a new
Window to the set of in-flight windows. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.