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