@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  
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. |