Package org.apache.beam.sdk.transforms
Class DoFn.OnWindowExpirationContext
java.lang.Object
DoFn<InputT,OutputT>.org.apache.beam.sdk.transforms.DoFn.WindowedContext
org.apache.beam.sdk.transforms.DoFn.OnWindowExpirationContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract BoundedWindow
window()
Returns the window in which the window expiration is firing.Methods inherited from class org.apache.beam.sdk.transforms.DoFn.WindowedContext
getPipelineOptions, output, output, outputWindowedValue, outputWindowedValue, outputWithTimestamp, outputWithTimestamp
-
Constructor Details
-
OnWindowExpirationContext
public OnWindowExpirationContext()
-
-
Method Details
-
window
Returns the window in which the window expiration is firing.
-