Class DoFn.StartBundleContext

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

public abstract class DoFn.StartBundleContext extends Object
Information accessible while within the DoFn.StartBundle method.
  • Constructor Details

    • StartBundleContext

      public StartBundleContext()
  • Method Details