@ThreadSafe public static interface StateRequestHandlers.IterableSideInputHandler<V,W extends BoundedWindow> extends StateRequestHandlers.SideInputHandler
Note that this handler is expected to be thread safe as it will be invoked concurrently.
| Modifier and Type | Method and Description | 
|---|---|
| Coder<V> | elementCoder()Returns the  Coderto use for the elements of the resulting values iterable. | 
| java.lang.Iterable<V> | get(W window)Returns an  Iterableof values representing the side input for the given window. |