public static interface MergingWindowAssigner.MergeCallback<W>
MergingWindowAssigner.mergeWindows(Window, NavigableSet, MergeCallback) for specifying which
windows should be merged.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–2020 The Apache Software Foundation. All rights reserved.