@Beta public interface StageConfigurer
| Modifier and Type | Method and Description |
|---|---|
default FailureCollector |
getFailureCollector()
Returns a failure collector for the stage.
|
io.cdap.cdap.api.data.schema.Schema |
getInputSchema()
get the input schema for this stage, or null if its unknown
|
void |
setErrorSchema(io.cdap.cdap.api.data.schema.Schema errorSchema)
set the error schema for this stage, or null if its unknown.
|
void |
setOutputSchema(io.cdap.cdap.api.data.schema.Schema outputSchema)
set the output schema for this stage, or null if its unknown
|
@Nullable io.cdap.cdap.api.data.schema.Schema getInputSchema()
void setOutputSchema(@Nullable io.cdap.cdap.api.data.schema.Schema outputSchema)
outputSchema - output schema for this stagevoid setErrorSchema(@Nullable io.cdap.cdap.api.data.schema.Schema errorSchema)
errorSchema - error schema for this stagedefault FailureCollector getFailureCollector()
UnsupportedOperationException - if the implementation does not override this methodCopyright © 2021 Cask Data, Inc. Licensed under the Apache License, Version 2.0.