public class CustomsLoginFailureForAtRiskAccount 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 |
DATASTORE_KIND
Datastore kind used for state
|
static String |
DATASTORE_NAMESPACE
Datastore namespace used for state
|
static String |
EXPERIMENTAL_TAG |
Constructor and Description |
---|
CustomsLoginFailureForAtRiskAccount(Customs.CustomsOptions options)
Create new CustomsLoginFailureForAtRiskAccount
|
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 DATASTORE_NAMESPACE
public static final String DATASTORE_KIND
public static final String EXPERIMENTAL_TAG
public CustomsLoginFailureForAtRiskAccount(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.