public static class IprepdIO.Write extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PDone>
Alert
JSON strings
For each JSON string processed, an attempt will be made to convert the Alert
into a
Violation
, for any successful conversion the resulting violation will be submitted to
iprepd as a violation message for the source address. Any input data that is not an Alert
that can be converted into a violation will be ignored.
Constructor and Description |
---|
Write(String[] iprepdSpecs,
String project)
Create new iprepd write transform
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PDone |
expand(org.apache.beam.sdk.values.PCollection<String> input) |
String[] |
getIprepdSpecs()
Get iprepd specs
|
String |
getProject()
Get project
|
Copyright © 2022. All rights reserved.