public interface PTransformRunnerFactory<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PTransformRunnerFactory.Context
A context used to instantiate and support the handler necessary to execute the PTransform.
|
static interface |
PTransformRunnerFactory.Registrar
A registrar which can return a mapping from
RunnerApi.FunctionSpec#getUrn() to a
factory capable of instantiating an appropriate handler. |
| Modifier and Type | Method and Description |
|---|---|
T |
createRunnerForPTransform(PTransformRunnerFactory.Context context)
Creates and returns a handler for a given PTransform.
|
T createRunnerForPTransform(PTransformRunnerFactory.Context context) throws java.io.IOException
java.io.IOException