Interface MergingWindowAssigner.MergeCallback<W>

    • Method Detail

      • merge

        void merge​(W mergeResult,
                   Collection<W> toBeMerged)
        Specifies that the given windows should be merged into the result window.
        Parameters:
        toBeMerged - The list of windows that should be merged into one window.
        mergeResult - The resulting merged window.