Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.runners.inprocess
Class InProcessRegistrar.InProcessRunner
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.runners.inprocess.InProcessRegistrar.InProcessRunner
-
- All Implemented Interfaces:
- PipelineRunnerRegistrar
- Enclosing class:
- InProcessRegistrar
@AutoService(value=PipelineRunnerRegistrar.class) public static class InProcessRegistrar.InProcessRunner extends Object implements PipelineRunnerRegistrar
Registers theInProcessPipelineRunner
.
-
-
Constructor Summary
Constructors Constructor and Description InProcessRunner()
-
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
-
-