public static interface DoFnRunner.OutputManager
| Modifier and Type | Method and Description |
|---|---|
<T> void |
output(TupleTag<T> tag,
WindowedValue<T> output)
Outputs a single element to the receiver indicated by the given
TupleTag. |
<T> void output(TupleTag<T> tag, WindowedValue<T> output)
TupleTag.