public class WindowMappingFnRunner
extends java.lang.Object
Side input window mapping function:
KV<nonce, MainInputWindow>
KV<nonce, SideInputWindow>
For each main input window, the side input window is returned. The nonce is used by a runner to associate each input with its output. The nonce is represented as an opaque set of bytes.
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowMappingFnRunner.Registrar
A registrar which provides a factory to handle mapping main input windows onto side input
windows.
|
| Constructor and Description |
|---|
WindowMappingFnRunner() |