@PublicEvolving public static interface MergingWindowAssigner.MergeCallback<W>
MergingWindowAssigner.mergeWindows(Collection, MergeCallback)
for specifying which
windows should be merged.Modifier and Type | Method and Description |
---|---|
void |
merge(Collection<W> toBeMerged,
W mergeResult)
Specifies that the given windows should be merged into the result window.
|
void merge(Collection<W> toBeMerged, W mergeResult)
toBeMerged
- The list of windows that should be merged into one window.mergeResult
- The resulting merged window.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.