Class CombineWithContext.Context

java.lang.Object
org.apache.beam.sdk.transforms.CombineWithContext.Context
Enclosing class:
CombineWithContext

public abstract static class CombineWithContext.Context extends Object
Information accessible to all methods in CombineFnWithContext and KeyedCombineFnWithContext.
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getPipelineOptions

      public abstract PipelineOptions getPipelineOptions()
      Returns the PipelineOptions specified with the PipelineRunner invoking this KeyedCombineFn.
    • sideInput

      public abstract <T> T sideInput(PCollectionView<T> view)
      Returns the value of the side input for the window corresponding to the main input's window in which values are being combined.