Class DoFn.ProcessContext

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

public abstract class DoFn.ProcessContext extends DoFn<InputT,OutputT>.WindowedContext
Information accessible when running a DoFn.ProcessElement method.
  • Constructor Details

    • ProcessContext

      public ProcessContext()
  • Method Details