Package org.apache.beam.sdk.testing
Class TestOutputReceiver<T>
java.lang.Object
org.apache.beam.sdk.testing.TestOutputReceiver<T>
- All Implemented Interfaces:
DoFn.OutputReceiver<T>
An implementation of
DoFn.OutputReceiver that naively collects all output values.
Because this API is crude and not designed to be very general, it is for internal use only and will be changed arbitrarily.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.transforms.DoFn.OutputReceiver
output, outputWindowedValue, outputWithTimestamp
-
Constructor Details
-
TestOutputReceiver
public TestOutputReceiver()
-
-
Method Details
-
builder
- Specified by:
builderin interfaceDoFn.OutputReceiver<T>
-
getOutputs
-