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 Detail

      • getSideInput

        <T> java.util.List<T> getSideInput​(java.lang.String pCollectionId)