public class Workshop extends Object implements Serializable
This class is not meant for production use but instead is part of the introduction to Beam workshop that is part of the foxsec-pipeline repository.
Modifier and Type | Class and Description |
---|---|
static class |
Workshop.ExtractWords
DoFn to perform extraction of words from each line of input.
|
static class |
Workshop.PrintOutput
An output transform that simply prints a string
|
static interface |
Workshop.WorkshopOptions
Runtime options for
Workshop pipeline. |
Constructor and Description |
---|
Workshop() |
public static void main(String[] args) throws IOException
args
- Runtime arguments.IOException
- IOExceptionCopyright © 2022. All rights reserved.