Interface HourlyTeamScore.Options
-
- All Superinterfaces:
org.apache.beam.sdk.transforms.display.HasDisplayData,org.apache.beam.sdk.options.PipelineOptions,UserScore.Options
- Enclosing class:
- HourlyTeamScore
public static interface HourlyTeamScore.Options extends UserScore.Options
Options supported byHourlyTeamScore.
-
-
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.StringgetStartMin()java.lang.StringgetStopMin()java.lang.IntegergetWindowDuration()voidsetStartMin(java.lang.String value)voidsetStopMin(java.lang.String value)voidsetWindowDuration(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
-
Methods inherited from interface org.apache.beam.examples.complete.game.UserScore.Options
getInput, getOutput, setInput, setOutput
-
-
-
-
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)
-
-