Package | Description |
---|---|
org.apache.tez.runtime.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogicalInput
An abstract class which should be the base class for all implementations of LogicalInput.
|
class |
MergedLogicalInput
A LogicalInput that is used to merge the data from multiple inputs and provide a
single
Reader to read that data. |
Modifier and Type | Method and Description |
---|---|
void |
LogicalIOProcessorFrameworkInterface.run(Map<String,LogicalInput> inputs,
Map<String,LogicalOutput> outputs)
Runs the
Processor |
Copyright © 2015 Apache Software Foundation. All rights reserved.