public class ErrorConverters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorConverters.FailedStringToCsvRowFn
The
ErrorConverters.FailedStringToCsvRowFn converts string objects which have failed processing into
String objects contained CSV which can be output to a filesystem. |
static class |
ErrorConverters.FailedStringToTableRowFn
The
ErrorConverters.FailedStringToTableRowFn converts string objects which have failed processing into
TableRow objects which can be output to a dead-letter table. |
static class |
ErrorConverters.WriteErrorsToTextIO<T,V>
ErrorConverters.WriteErrorsToTextIO is a PTransform that writes strings error messages to file
system using TextIO and custom line format SerializableFunction to convert errors in
necessary format. |
static class |
ErrorConverters.WriteStringMessageErrors
Write errors as string encoded messages.
|
static class |
ErrorConverters.WriteStringMessageErrorsAsCsv
Writes all Errors to GCS, place at the end of your pipeline.
|
| Constructor and Description |
|---|
ErrorConverters() |