Interface StatefulTeamScore.Options
-
- All Superinterfaces:
org.apache.beam.sdk.options.ApplicationNameOptions,ExampleOptions,org.apache.beam.sdk.transforms.display.HasDisplayData,LeaderBoard.Options,org.apache.beam.sdk.options.PipelineOptions,org.apache.beam.sdk.options.StreamingOptions
- Enclosing class:
- StatefulTeamScore
public static interface StatefulTeamScore.Options extends LeaderBoard.Options
Options supported byStatefulTeamScore.
-
-
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.IntegergetThresholdScore()voidsetThresholdScore(java.lang.Integer value)-
Methods inherited from interface org.apache.beam.sdk.options.ApplicationNameOptions
getAppName, setAppName
-
Methods inherited from interface org.apache.beam.examples.common.ExampleOptions
getInjectorNumWorkers, getKeepJobsRunning, setInjectorNumWorkers, setKeepJobsRunning
-
Methods inherited from interface org.apache.beam.sdk.transforms.display.HasDisplayData
populateDisplayData
-
Methods inherited from interface org.apache.beam.examples.complete.game.LeaderBoard.Options
getAllowedLateness, getDataset, getLeaderBoardTableName, getTeamWindowDuration, getTopic, setAllowedLateness, setDataset, setLeaderBoardTableName, setTeamWindowDuration, setTopic
-
-