Uses of Interface
org.apache.tez.runtime.api.Input

Packages that use Input
org.apache.tez.runtime.api   
 

Uses of Input in org.apache.tez.runtime.api
 

Subinterfaces of Input in org.apache.tez.runtime.api
 interface LogicalInput
          An @link Input which handles all incoming physical connections on an edge.
 

Classes in org.apache.tez.runtime.api that implement Input
 class MergedLogicalInput
          A LogicalInput that is used to merge the data from multiple inputs and provide a single Reader to read that data.
 

Methods in org.apache.tez.runtime.api that return Input
 Input TezProcessorContext.waitForAnyInputReady(Collection<Input> inputs)
          Blocking call which returns when any of the specified Inputs is ready for consumption.
 

Methods in org.apache.tez.runtime.api that return types with arguments of type Input
 List<Input> MergedLogicalInput.getInputs()
           
 

Methods in org.apache.tez.runtime.api with parameters of type Input
abstract  void MergedLogicalInput.setConstituentInputIsReady(Input input)
          Used by the framework to inform the MergedInput that one of it's constituent Inputs is ready.
 void InputReadyCallback.setInputReady(Input input)
           
 

Method parameters in org.apache.tez.runtime.api with type arguments of type Input
 void MergedLogicalInput.initialize(List<Input> inputs)
           
 void TezProcessorContext.waitForAllInputsReady(Collection<Input> inputs)
          Blocking call which returns only after all of the specified Inputs are ready for consumption.
 Input TezProcessorContext.waitForAnyInputReady(Collection<Input> inputs)
          Blocking call which returns when any of the specified Inputs is ready for consumption.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.