public static class GatekeeperParser.Parse extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PCollection<Event>>
PCollection containing events as strings and emit a
PCollection of Event objects.| Constructor and Description |
|---|
Parse(GatekeeperPipeline.GatekeeperOptions options)
Static initializer for
GatekeeperParser.Parse transform |
| Modifier and Type | Method and Description |
|---|---|
org.apache.beam.sdk.values.PCollection<Event> |
expand(org.apache.beam.sdk.values.PCollection<String> rawInputStrings) |
public Parse(GatekeeperPipeline.GatekeeperOptions options)
GatekeeperParser.Parse transformoptions - Pipeline optionsCopyright © 2022. All rights reserved.