tWindow
Applies a given Spark window on the incoming RDDs and sends the window-based RDDs to its following component.
tWindow enables the Spark Job you are designing to perform window operations. For further information about a Spark window, see the related documentation at Window operations.