public interface BatchJoinerRuntimeContext extends BatchRuntimeContext
| Modifier and Type | Method and Description |
|---|---|
Map<String,co.cask.cdap.api.data.schema.Schema> |
getInputSchemas()
Returns a map of input schemas for joiner.
|
co.cask.cdap.api.data.schema.Schema |
getOutputSchema()
Returns output schema configured in
BatchJoiner.configurePipeline(MultiInputPipelineConfigurer)
at configure time. |
getHadoopJob, getLogicalStartTime, getRuntimeArgumentsdiscardDataset, getDataset, getDataset, getDataset, getDataset, releaseDatasetgetMetrics, getPluginProperties, getPluginProperties, getStageName, loadPluginClass, newPluginInstanceprovideMap<String,co.cask.cdap.api.data.schema.Schema> getInputSchemas()
@Nullable co.cask.cdap.api.data.schema.Schema getOutputSchema()
BatchJoiner.configurePipeline(MultiInputPipelineConfigurer)
at configure time.
If not configured it will return nullSchema for joinerCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.