Class DoFn.WindowedContext

java.lang.Object
org.apache.beam.sdk.transforms.DoFn.WindowedContext
Direct Known Subclasses:
DoFn.OnTimerContext, DoFn.OnWindowExpirationContext, DoFn.ProcessContext
Enclosing class:
DoFn<InputT extends @Nullable Object,OutputT extends @Nullable Object>

public abstract class DoFn.WindowedContext extends Object
Information accessible to all methods in this DoFn where the context is in some window.