Uses of Class
org.apache.tez.dag.app.dag.impl.RootInputLeafOutputDescriptor

Packages that use RootInputLeafOutputDescriptor
org.apache.tez.dag.app.dag   
org.apache.tez.dag.app.dag.impl   
org.apache.tez.dag.history.events   
 

Uses of RootInputLeafOutputDescriptor in org.apache.tez.dag.app.dag
 

Methods in org.apache.tez.dag.app.dag that return types with arguments of type RootInputLeafOutputDescriptor
 Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.InputDescriptor>> Vertex.getAdditionalInputs()
           
 Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.OutputDescriptor>> Vertex.getAdditionalOutputs()
           
 

Method parameters in org.apache.tez.dag.app.dag with type arguments of type RootInputLeafOutputDescriptor
 void RootInputInitializerRunner.runInputInitializers(List<RootInputLeafOutputDescriptor<org.apache.tez.dag.api.InputDescriptor>> inputs)
           
 

Uses of RootInputLeafOutputDescriptor in org.apache.tez.dag.app.dag.impl
 

Methods in org.apache.tez.dag.app.dag.impl that return types with arguments of type RootInputLeafOutputDescriptor
 Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.InputDescriptor>> VertexImpl.getAdditionalInputs()
           
 Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.OutputDescriptor>> VertexImpl.getAdditionalOutputs()
           
 

Uses of RootInputLeafOutputDescriptor in org.apache.tez.dag.history.events
 

Methods in org.apache.tez.dag.history.events that return types with arguments of type RootInputLeafOutputDescriptor
 Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.InputDescriptor>> VertexInitializedEvent.getAdditionalInputs()
           
 

Constructor parameters in org.apache.tez.dag.history.events with type arguments of type RootInputLeafOutputDescriptor
VertexInitializedEvent(org.apache.tez.dag.records.TezVertexID vertexId, String vertexName, long initRequestedTime, long initedTime, int numTasks, String processorName, Map<String,RootInputLeafOutputDescriptor<org.apache.tez.dag.api.InputDescriptor>> additionalInputs)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.