Package org.apache.beam.sdk.values
Interface WindowedValues.SingleWindowedValue
- Enclosing class:
WindowedValues
public static interface WindowedValues.SingleWindowedValue
A
WindowedValues
which holds exactly single window per value.-
Method Summary
-
Method Details
-
getWindow
BoundedWindow getWindow()- Returns:
- the single window associated with this value.
-