Interface WordCount.WordCountOptions

All Superinterfaces:
HasDisplayData, PipelineOptions
Enclosing class:
WordCount

public static interface WordCount.WordCountOptions extends PipelineOptions
Options supported by 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.

  • Method Details

    • getInputFile

      @String("gs://beam-samples/shakespeare/kinglear.txt") String getInputFile()
    • setInputFile

      void setInputFile(String value)
    • getOutput

      String getOutput()
    • setOutput

      void setOutput(String value)