Interface HourlyTeamScore.Options

    • 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
      java.lang.String getStartMin()  
      java.lang.String getStopMin()  
      java.lang.Integer getWindowDuration()  
      void setStartMin​(java.lang.String value)  
      void setStopMin​(java.lang.String value)  
      void setWindowDuration​(java.lang.Integer value)  
      • 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

      • getWindowDuration

        @Integer(60)
        java.lang.Integer getWindowDuration()
      • setWindowDuration

        void setWindowDuration​(java.lang.Integer value)
      • getStartMin

        @String("1970-01-01-00-00")
        java.lang.String getStartMin()
      • setStartMin

        void setStartMin​(java.lang.String value)
      • getStopMin

        @String("2100-01-01-00-00")
        java.lang.String getStopMin()
      • setStopMin

        void setStopMin​(java.lang.String value)