public static interface WordCount.WordCountOptions extends PipelineOptions
WordCount.
Concept #4: Defining your own configuration options. Here, you can add your own arguments to be processed by the command-line parser, and specify default values for them. You can then access the options values in your pipeline code.
Inherits standard configuration options.
PipelineOptions.AtomicLongFactory, PipelineOptions.CheckEnabled, PipelineOptions.DirectRunner, PipelineOptions.JobNameFactory| Modifier and Type | Method and Description |
|---|---|
String |
getInputFile() |
String |
getOutput() |
void |
setInputFile(String value) |
void |
setOutput(String value) |
as, getJobName, getOptionsId, getRunner, getStableUniqueNames, getTempLocation, outputRuntimeOptions, setJobName, setOptionsId, setRunner, setStableUniqueNames, setTempLocationpopulateDisplayDataCopyright © 2016–2017 The Apache Software Foundation. All rights reserved.