public class Amo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static interface |
Amo.AmoOptions
Runtime options for
Amo pipeline. |
Constructor and Description |
---|
Amo() |
Modifier and Type | Method and Description |
---|---|
static String |
buildConfigurationTick(Amo.AmoOptions options)
Build a configuration tick for Amo given pipeline options
|
static org.apache.beam.sdk.values.PCollection<Alert> |
executePipeline(org.apache.beam.sdk.Pipeline p,
org.apache.beam.sdk.values.PCollection<String> input,
Amo.AmoOptions options)
Execute AMO pipeline
|
static void |
main(String[] args)
Entry point for Beam pipeline.
|
public static org.apache.beam.sdk.values.PCollection<Alert> executePipeline(org.apache.beam.sdk.Pipeline p, org.apache.beam.sdk.values.PCollection<String> input, Amo.AmoOptions options) throws IOException
p
- Pipelineinput
- Input collectionoptions
- AmoOptionsIOException
- IOExceptionpublic static String buildConfigurationTick(Amo.AmoOptions options) throws IOException
options
- Pipeline optionsIOException
- IOExceptionpublic static void main(String[] args) throws IOException
args
- Runtime arguments.IOException
- IOExceptionCopyright © 2022. All rights reserved.