| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SessionWindowAssigner.mergeWindows(TimeWindow newWindow,
NavigableSet<TimeWindow> sortedWindows,
MergingWindowAssigner.MergeCallback<TimeWindow> callback) |
abstract void |
MergingWindowAssigner.mergeWindows(W newWindow,
NavigableSet<W> sortedWindows,
MergingWindowAssigner.MergeCallback<W> callback)
Determines which windows (if any) should be merged.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.