Class NemoRunnerRegistrar.Runner

  • All Implemented Interfaces:
    org.apache.beam.sdk.runners.PipelineRunnerRegistrar
    Enclosing class:
    NemoRunnerRegistrar

    @AutoService(org.apache.beam.sdk.runners.PipelineRunnerRegistrar.class)
    public static final class NemoRunnerRegistrar.Runner
    extends java.lang.Object
    implements org.apache.beam.sdk.runners.PipelineRunnerRegistrar
    Registers the NemoRunner.
    • Constructor Summary

      Constructors 
      Constructor Description
      Runner()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<java.lang.Class<? extends org.apache.beam.sdk.PipelineRunner<?>>> getPipelineRunners()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Runner

        public Runner()
    • Method Detail

      • getPipelineRunners

        public java.lang.Iterable<java.lang.Class<? extends org.apache.beam.sdk.PipelineRunner<?>>> getPipelineRunners()
        Specified by:
        getPipelineRunners in interface org.apache.beam.sdk.runners.PipelineRunnerRegistrar