Class ErrorConverters
- java.lang.Object
-
- org.apache.beam.examples.complete.datatokenization.utils.ErrorConverters
-
public class ErrorConverters extends java.lang.ObjectTransforms & DoFns & Options for Teleport Error logging.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorConverters.FailedStringToCsvRowFnTheErrorConverters.FailedStringToCsvRowFnconverts string objects which have failed processing intoStringobjects contained CSV which can be output to a filesystem.static classErrorConverters.FailedStringToTableRowFnTheErrorConverters.FailedStringToTableRowFnconverts string objects which have failed processing intoTableRowobjects which can be output to a dead-letter table.static classErrorConverters.WriteErrorsToTextIO<T,V>ErrorConverters.WriteErrorsToTextIOis aPTransformthat writes strings error messages to file system using TextIO and custom line formatSerializableFunctionto convert errors in necessary format.static classErrorConverters.WriteStringMessageErrorsWrite errors as string encoded messages.static classErrorConverters.WriteStringMessageErrorsAsCsvWrites all Errors to GCS, place at the end of your pipeline.
-
Constructor Summary
Constructors Constructor Description ErrorConverters()
-