Interface MergingWindowSet.MergeFunction<W>

    • Method Detail

      • merge

        void merge​(W mergeResult,
                   Collection<W> mergedWindows,
                   W stateWindowResult,
                   Collection<W> mergedStateWindows)
            throws Exception
        This gets called when a merge occurs.
        Parameters:
        mergeResult - The newly resulting merged Window.
        mergedWindows - The merged Window Windows.
        stateWindowResult - The state window of the merge result.
        mergedStateWindows - The merged state windows.
        Throws:
        Exception