@Beta public interface MultiInputStageConfigurer
| Modifier and Type | Method and Description |
|---|---|
default FailureCollector |
getFailureCollector()
Returns a failure collector for the stage.
|
Map<String,io.cdap.cdap.api.data.schema.Schema> |
getInputSchemas()
get the map of input stageName to input schema for this stage, or return empty map if its unknown
|
List<String> |
getInputStages()
get a list of input stage names.
|
void |
setOutputSchema(io.cdap.cdap.api.data.schema.Schema outputSchema)
set output schema for this stage, or null if its unknown
|
Map<String,io.cdap.cdap.api.data.schema.Schema> getInputSchemas()
List<String> getInputStages()
void setOutputSchema(@Nullable io.cdap.cdap.api.data.schema.Schema outputSchema)
outputSchema - output 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.