@Beta public interface MultiInputStageConfigurer
| Modifier and Type | Method and Description |
|---|---|
Map<String,co.cask.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
|
void |
setOutputSchema(co.cask.cdap.api.data.schema.Schema outputSchema)
set output schema for this stage, or null if its unknown
|
Map<String,co.cask.cdap.api.data.schema.Schema> getInputSchemas()
void setOutputSchema(@Nullable co.cask.cdap.api.data.schema.Schema outputSchema)
outputSchema - output schema for this stageCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.