public class CustomsStatusComparator extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<Event>,org.apache.beam.sdk.values.PCollection<Alert>>
Requires Datastore for state.
Modifier and Type | Field and Description |
---|---|
static String |
EXPERIMENTAL_TAG |
Constructor and Description |
---|
CustomsStatusComparator(Customs.CustomsOptions options)
Initialize new CustomsStatusComparator
|
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Alert> |
expand(org.apache.beam.sdk.values.PCollection<Event> col) |
default String |
getTransformDoc()
Get documentation string from transform based on it's current configuration
|
String |
getTransformDocDescription()
Get documentation description from transform based on it's current configuration
|
boolean |
isExperimental()
Get whether the transform is experimental and won't be escalated
|
public static final String EXPERIMENTAL_TAG
public CustomsStatusComparator(Customs.CustomsOptions options)
options
- Pipeline optionspublic String getTransformDocDescription()
public org.apache.beam.sdk.values.PCollection<Alert> expand(org.apache.beam.sdk.values.PCollection<Event> col)
public boolean isExperimental()
public String getTransformDoc()
DocumentingTransform
getTransformDoc
in interface DocumentingTransform
Copyright © 2022. All rights reserved.