@Beta public interface StageConfigurer
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.data.schema.Schema |
getInputSchema()
get the input schema for this stage, or null if its unknown
|
void |
setOutputSchema(co.cask.cdap.api.data.schema.Schema outputSchema)
set output schema for this stage, or null if its unknown
|
@Nullable co.cask.cdap.api.data.schema.Schema getInputSchema()
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.