public static class AuthProfile.Parse extends org.apache.beam.sdk.transforms.PTransform<org.apache.beam.sdk.values.PCollection<String>,org.apache.beam.sdk.values.PCollection<Event>>
Events which are not of type Normalized.Type.AUTH
or
Normalized.Type.AUTH_SESSION
are not returned in the
resulting PCollection
.
This transform also filters events associated with ignored or inapplicable users from the result set.
Constructor and Description |
---|
Parse(AuthProfile.AuthProfileOptions options)
Static initializer for
AuthProfile.Parse using specified pipeline options |
Modifier and Type | Method and Description |
---|---|
org.apache.beam.sdk.values.PCollection<Event> |
expand(org.apache.beam.sdk.values.PCollection<String> col) |
public Parse(AuthProfile.AuthProfileOptions options)
AuthProfile.Parse
using specified pipeline optionsoptions
- Pipeline optionsCopyright © 2022. All rights reserved.