Interface MergingWindowAssigner.MergeCallback<W>

    • Method Detail

      • merge

        void merge​(Collection<W> toBeMerged,
                   W mergeResult)
        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.