OutT - type of the output element.public static class DoFnOp.SingleOutputManagerFactory<OutT> extends java.lang.Object implements OutputManagerFactory<OutT>
DoFnRunners.OutputManager that
emits values to the main output only, which is a single PCollection.| Constructor and Description |
|---|
SingleOutputManagerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.runners.core.DoFnRunners.OutputManager |
create(OpEmitter<OutT> emitter) |
org.apache.beam.runners.core.DoFnRunners.OutputManager |
create(OpEmitter<OutT> emitter,
FutureCollector<OutT> collector) |
public org.apache.beam.runners.core.DoFnRunners.OutputManager create(OpEmitter<OutT> emitter)
create in interface OutputManagerFactory<OutT>public org.apache.beam.runners.core.DoFnRunners.OutputManager create(OpEmitter<OutT> emitter, FutureCollector<OutT> collector)
create in interface OutputManagerFactory<OutT>