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