Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners
Class DataflowPipelineRegistrar.Runner
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.runners.DataflowPipelineRegistrar.Runner
-
- All Implemented Interfaces:
- PipelineRunnerRegistrar
- Enclosing class:
- DataflowPipelineRegistrar
@AutoService(value=PipelineRunnerRegistrar.class) public static class DataflowPipelineRegistrar.Runner extends Object implements PipelineRunnerRegistrar
Register theDataflowPipelineRunner
andBlockingDataflowPipelineRunner
.
-
-
Constructor Summary
Constructors Constructor and Description Runner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Iterable<Class<? extends PipelineRunner<?>>>
getPipelineRunners()
Get the set ofPipelineRunners
to register.
-
-
-
Method Detail
-
getPipelineRunners
public Iterable<Class<? extends PipelineRunner<?>>> getPipelineRunners()
Description copied from interface:PipelineRunnerRegistrar
Get the set ofPipelineRunners
to register.- Specified by:
getPipelineRunners
in interfacePipelineRunnerRegistrar
-
-