public static class DoFnRunner.ListOutputManager extends Object implements DoFnRunner.OutputManager
DoFnRunner.OutputManager using simple lists, for testing and in-memory
contexts such as the DirectPipelineRunner.| Constructor and Description |
|---|
ListOutputManager() |
| Modifier and Type | Method and Description |
|---|---|
<T> List<WindowedValue<T>> |
getOutput(TupleTag<T> tag) |
<T> void |
output(TupleTag<T> tag,
WindowedValue<T> output)
Outputs a single element to the receiver indicated by the given
TupleTag. |
public <T> void output(TupleTag<T> tag, WindowedValue<T> output)
DoFnRunner.OutputManagerTupleTag.output in interface DoFnRunner.OutputManagerpublic <T> List<WindowedValue<T>> getOutput(TupleTag<T> tag)