Interface DistinctExample.Options
-
- All Superinterfaces:
org.apache.beam.sdk.transforms.display.HasDisplayData,org.apache.beam.sdk.options.PipelineOptions
- Enclosing class:
- DistinctExample
public static interface DistinctExample.Options extends org.apache.beam.sdk.options.PipelineOptionsOptions supported byDistinctExample.Inherits standard configuration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDistinctExample.Options.OutputFactoryReturns gs://${TEMP_LOCATION}/"deduped.txt".-
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.StringgetOutput()voidsetInput(java.lang.String value)voidsetOutput(java.lang.String value)
-
-
-
Method Detail
-
getInput
@String("gs://apache-beam-samples/shakespeare/kinglear.txt") java.lang.String getInput()
-
setInput
void setInput(java.lang.String value)
-
getOutput
@InstanceFactory(OutputFactory.class) java.lang.String getOutput()
-
setOutput
void setOutput(java.lang.String value)
-
-