コード例 #1
0
 /**
  * Returns a {@link ReadyCheckingSideInputReader} capable of reading the provided {@link
  * PCollectionView PCollectionViews}.
  *
  * @param sideInputs the {@link PCollectionView PCollectionViews} the result should be able to
  *     read
  * @return a {@link SideInputReader} that can read all of the provided {@link PCollectionView
  *     PCollectionViews}
  */
 public ReadyCheckingSideInputReader createSideInputReader(
     final List<PCollectionView<?>> sideInputs) {
   return sideInputContainer.createReaderForViews(sideInputs);
 }