Interface ExampleOptions

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.beam.sdk.options.PipelineOptions

        org.apache.beam.sdk.options.PipelineOptions.AtomicLongFactory, org.apache.beam.sdk.options.PipelineOptions.CheckEnabled, org.apache.beam.sdk.options.PipelineOptions.DirectRunner, org.apache.beam.sdk.options.PipelineOptions.JobNameFactory, org.apache.beam.sdk.options.PipelineOptions.UserAgentFactory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getInjectorNumWorkers()  
      boolean getKeepJobsRunning()  
      void setInjectorNumWorkers​(int numWorkers)  
      void setKeepJobsRunning​(boolean keepJobsRunning)  
      • Methods inherited from interface org.apache.beam.sdk.transforms.display.HasDisplayData

        populateDisplayData
      • Methods inherited from interface org.apache.beam.sdk.options.PipelineOptions

        as, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, getUserAgent, outputRuntimeOptions, revision, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocation, setUserAgent
    • Method Detail

      • getKeepJobsRunning

        @Boolean(false)
        boolean getKeepJobsRunning()
      • setKeepJobsRunning

        void setKeepJobsRunning​(boolean keepJobsRunning)
      • getInjectorNumWorkers

        @Integer(1)
        int getInjectorNumWorkers()
      • setInjectorNumWorkers

        void setInjectorNumWorkers​(int numWorkers)