Package org.apache.beam.runners.spark.examples
-
Interface Summary Interface Description WordCount.WordCountOptions Options supported byWordCount. -
Class Summary Class Description WordCount Duplicated from beam-examples-java to avoid dependency.WordCount.CountWords A PTransform that converts a PCollection containing lines of text into a PCollection of formatted word counts.WordCount.FormatAsTextFn A SimpleFunction that converts a Word and Count into a printable string.