public static class ParDoFnFactory.DefaultFactory extends Object implements ParDoFnFactory
CloudObject.getClassName() for the specified DoFn.ParDoFnFactory.DefaultFactory| Constructor and Description |
|---|
DefaultFactory() |
| Modifier and Type | Method and Description |
|---|---|
ParDoFn |
create(PipelineOptions options,
CloudObject cloudUserFn,
String stepName,
String transformName,
List<com.google.api.services.dataflow.model.SideInputInfo> sideInputInfos,
List<com.google.api.services.dataflow.model.MultiOutputInfo> multiOutputInfos,
int numOutputs,
DataflowExecutionContext executionContext,
CounterSet.AddCounterMutator addCounterMutator,
StateSampler stateSampler)
Create a
ParDoFn from standard parameters, corresponding to the specification
provided to the worker by the Dataflow service. |
public ParDoFn create(PipelineOptions options, CloudObject cloudUserFn, String stepName, String transformName, List<com.google.api.services.dataflow.model.SideInputInfo> sideInputInfos, List<com.google.api.services.dataflow.model.MultiOutputInfo> multiOutputInfos, int numOutputs, DataflowExecutionContext executionContext, CounterSet.AddCounterMutator addCounterMutator, StateSampler stateSampler) throws Exception
ParDoFnFactoryParDoFn from standard parameters, corresponding to the specification
provided to the worker by the Dataflow service.create in interface ParDoFnFactoryException