Uses of Interface
org.apache.tez.dag.api.oldrecords.AMInfo

Packages that use AMInfo
org.apache.tez.dag.app.dag   
org.apache.tez.dag.utils   
 

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

Methods in org.apache.tez.dag.app.dag that return types with arguments of type AMInfo
abstract  List<AMInfo> DAGReport.getAMInfos()
           
 

Method parameters in org.apache.tez.dag.app.dag with type arguments of type AMInfo
abstract  void DAGReport.setAMInfos(List<AMInfo> amInfos)
           
 

Uses of AMInfo in org.apache.tez.dag.utils
 

Methods in org.apache.tez.dag.utils that return AMInfo
static AMInfo TezBuilderUtils.newAMInfo(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptID, long startTime, org.apache.hadoop.yarn.api.records.ContainerId containerID, String nmHost, int nmPort, int nmHttpPort)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.