public class DoFnOutputReceivers
extends java.lang.Object
DoFn.OutputReceiver
and DoFn.MultiOutputReceiver
classes.Constructor and Description |
---|
DoFnOutputReceivers() |
Modifier and Type | Method and Description |
---|---|
static <T> DoFn.MultiOutputReceiver |
windowedMultiReceiver(DoFn.WindowedContext context)
Returns a
DoFn.MultiOutputReceiver that delegates to a DoFn.WindowedContext . |
static <T> DoFn.OutputReceiver<T> |
windowedReceiver(DoFn.WindowedContext context,
TupleTag<T> outputTag)
Returns a
DoFn.OutputReceiver that delegates to a DoFn.WindowedContext . |
public static <T> DoFn.OutputReceiver<T> windowedReceiver(DoFn.WindowedContext context, @Nullable TupleTag<T> outputTag)
DoFn.OutputReceiver
that delegates to a DoFn.WindowedContext
.public static <T> DoFn.MultiOutputReceiver windowedMultiReceiver(DoFn.WindowedContext context)
DoFn.MultiOutputReceiver
that delegates to a DoFn.WindowedContext
.