Package org.apache.nemo.client.beam
Class NemoRunnerRegistrar
- java.lang.Object
-
- org.apache.nemo.client.beam.NemoRunnerRegistrar
-
public final class NemoRunnerRegistrar extends java.lang.Object
Contains thePipelineRunnerRegistrar
andPipelineOptionsRegistrar
for theNemoRunner
.AutoService
will register Nemo's implementations of thePipelineRunner
andPipelineOptions
as available pipeline runner services.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NemoRunnerRegistrar.Options
Registers theNemoPipelineOptions
.static class
NemoRunnerRegistrar.Runner
Registers theNemoRunner
.
-