Interface BatchSideInputHandlerFactory.SideInputGetter

Enclosing class:
BatchSideInputHandlerFactory

public static interface BatchSideInputHandlerFactory.SideInputGetter
Returns the value for the side input with the given PCollection id from the runner.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> List<T>
    getSideInput(String pCollectionId)
     
  • Method Details

    • getSideInput

      <T> List<T> getSideInput(String pCollectionId)