Class DataflowStreamingPipelineOptions.GlobalConfigRefreshPeriodFactory

  • All Implemented Interfaces:
    org.apache.beam.sdk.options.DefaultValueFactory<org.joda.time.Duration>
    Enclosing interface:
    DataflowStreamingPipelineOptions

    public static class DataflowStreamingPipelineOptions.GlobalConfigRefreshPeriodFactory
    extends java.lang.Object
    implements org.apache.beam.sdk.options.DefaultValueFactory<org.joda.time.Duration>
    Read global get config request period from system property 'windmill.global_config_refresh_period'. The duration is specified as seconds in "PTx.yS" format, e.g. 'PT2.153S'. @See Duration#parse
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.joda.time.Duration create​(org.apache.beam.sdk.options.PipelineOptions options)  
      • Methods inherited from class java.lang.Object

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

      • GlobalConfigRefreshPeriodFactory

        public GlobalConfigRefreshPeriodFactory()
    • Method Detail

      • create

        public org.joda.time.Duration create​(org.apache.beam.sdk.options.PipelineOptions options)
        Specified by:
        create in interface org.apache.beam.sdk.options.DefaultValueFactory<org.joda.time.Duration>