Interface FilterExamples.Options
-
- All Superinterfaces:
org.apache.beam.sdk.transforms.display.HasDisplayData,org.apache.beam.sdk.options.PipelineOptions
- Enclosing class:
- FilterExamples
public static interface FilterExamples.Options extends org.apache.beam.sdk.options.PipelineOptionsOptions supported byFilterExamples.Inherits standard configuration 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.StringgetInput()java.lang.IntegergetMonthFilter()java.lang.StringgetOutput()voidsetInput(java.lang.String value)voidsetMonthFilter(java.lang.Integer value)voidsetOutput(java.lang.String value)
-
-
-
Method Detail
-
getInput
@String("apache-beam-testing.samples.weather_stations") java.lang.String getInput()
-
setInput
void setInput(java.lang.String value)
-
getOutput
@Required java.lang.String getOutput()
-
setOutput
void setOutput(java.lang.String value)
-
getMonthFilter
@Integer(7) java.lang.Integer getMonthFilter()
-
setMonthFilter
void setMonthFilter(java.lang.Integer value)
-
-