Class Twister2AssignContext<T,W extends BoundedWindow>
java.lang.Object
WindowFn<T,W>.org.apache.beam.sdk.transforms.windowing.WindowFn.AssignContext
org.apache.beam.runners.twister2.utils.Twister2AssignContext<T,W>
doc.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Twister2AssignContext
-
-
Method Details
-
element
Description copied from class:WindowFn.AssignContext
Returns the current element.- Specified by:
element
in classWindowFn<T,
W extends BoundedWindow>.AssignContext
-
timestamp
Description copied from class:WindowFn.AssignContext
Returns the timestamp of the current element.- Specified by:
timestamp
in classWindowFn<T,
W extends BoundedWindow>.AssignContext
-
window
Description copied from class:WindowFn.AssignContext
Returns the window of the current element prior to thisWindowFn
being called.- Specified by:
window
in classWindowFn<T,
W extends BoundedWindow>.AssignContext
-