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.AssignContextReturns the current element.- Specified by:
elementin classWindowFn<T,W extends BoundedWindow>.AssignContext
-
timestamp
Description copied from class:WindowFn.AssignContextReturns the timestamp of the current element.- Specified by:
timestampin classWindowFn<T,W extends BoundedWindow>.AssignContext
-
window
Description copied from class:WindowFn.AssignContextReturns the window of the current element prior to thisWindowFnbeing called.- Specified by:
windowin classWindowFn<T,W extends BoundedWindow>.AssignContext
-