Class ErrorHandling
java.lang.Object
org.apache.beam.sdk.schemas.transforms.providers.ErrorHandling
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorHandling.Builderbuilder()static RowerrorRecord(Schema errorSchema, byte[] inputBytes, Throwable th) static RowerrorRecord(Schema errorSchema, Row inputRow, Throwable th) static SchemaerrorSchema(Schema inputSchema) static Schemaabstract Stringstatic StringgetOutputOrNull(ErrorHandling errorHandling) static booleanhasOutput(ErrorHandling errorHandling)
-
Constructor Details
-
ErrorHandling
public ErrorHandling()
-
-
Method Details
-
getOutput
@SchemaFieldDescription("The name of the output PCollection containing failed writes.") @SchemaFieldNumber("0") public abstract String getOutput() -
builder
-
hasOutput
-
getOutputOrNull
-
errorSchema
-
errorSchemaBytes
-
errorRecord
-
errorRecord
-