Interface BatchSideInputHandlerFactory.SideInputGetter
-
- Enclosing class:
- BatchSideInputHandlerFactory
public static interface BatchSideInputHandlerFactory.SideInputGetterReturns the value for the side input with the given PCollection id from the runner.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> java.util.List<T>getSideInput(java.lang.String pCollectionId)
-