Class DataflowStreamingPipelineOptions.GlobalConfigRefreshPeriodFactory

java.lang.Object
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions.GlobalConfigRefreshPeriodFactory
All Implemented Interfaces:
DefaultValueFactory<Duration>
Enclosing interface:
DataflowStreamingPipelineOptions

public static class DataflowStreamingPipelineOptions.GlobalConfigRefreshPeriodFactory extends Object implements DefaultValueFactory<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