org.apache.tez.dag.utils
Class TezBuilderUtils

java.lang.Object
  extended by org.apache.tez.dag.utils.TezBuilderUtils

public class TezBuilderUtils
extends Object


Constructor Summary
TezBuilderUtils()
           
 
Method Summary
static AMInfo 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)
           
static DAGReport newDAGReport()
           
static org.apache.tez.dag.records.TezTaskAttemptID newTaskAttemptId(org.apache.tez.dag.records.TezTaskID taskId, int id)
           
static org.apache.tez.dag.records.TezTaskID newTaskId(org.apache.tez.dag.records.TezDAGID dagId, int vertexId, int taskId)
           
static org.apache.tez.dag.records.TezVertexID newVertexID(org.apache.tez.dag.records.TezDAGID dagId, int vertexId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezBuilderUtils

public TezBuilderUtils()
Method Detail

newVertexID

public static org.apache.tez.dag.records.TezVertexID newVertexID(org.apache.tez.dag.records.TezDAGID dagId,
                                                                 int vertexId)

newTaskAttemptId

public static org.apache.tez.dag.records.TezTaskAttemptID newTaskAttemptId(org.apache.tez.dag.records.TezTaskID taskId,
                                                                           int id)

newDAGReport

public static DAGReport newDAGReport()

newAMInfo

public static AMInfo 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)

newTaskId

public static org.apache.tez.dag.records.TezTaskID newTaskId(org.apache.tez.dag.records.TezDAGID dagId,
                                                             int vertexId,
                                                             int taskId)


Copyright © 2014 Apache Software Foundation. All rights reserved.