Package org.apache.beam.fn.harness
Class WindowMappingFnRunner
- java.lang.Object
-
- org.apache.beam.fn.harness.WindowMappingFnRunner
-
public class WindowMappingFnRunner extends java.lang.ObjectRepresents mapping of main input window onto side input window.Side input window mapping function:
- Input:
KV<nonce, MainInputWindow> - Output:
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.
- Input:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowMappingFnRunner.RegistrarA registrar which provides a factory to handle mapping main input windows onto side input windows.
-
Constructor Summary
Constructors Constructor Description WindowMappingFnRunner()
-