Interface StateRequestHandlers.IterableSideInputHandler<V,​W extends org.apache.beam.sdk.transforms.windowing.BoundedWindow>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.beam.sdk.coders.Coder<V> elementCoder()
      Returns the Coder to use for the elements of the resulting values iterable.
      java.lang.Iterable<V> get​(W window)
      Returns an Iterable of values representing the side input for the given window.
    • Method Detail

      • get

        java.lang.Iterable<V> get​(W window)
        Returns an Iterable of values representing the side input for the given window.

        TODO: Add support for side input chunking and caching if a Reiterable is returned.

      • elementCoder

        org.apache.beam.sdk.coders.Coder<V> elementCoder()
        Returns the Coder to use for the elements of the resulting values iterable.