| Package | Description |
|---|---|
| org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.tez.dag.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TezUtilsInternal.setHadoopCallerContext(org.apache.tez.hadoop.shim.HadoopShim hadoopShim,
TezVertexID vertexID) |
| Modifier and Type | Method and Description |
|---|---|
static TezVertexID |
TezVertexID.fromString(String vertexIdStr) |
static TezVertexID |
TezVertexID.getInstance(TezDAGID dagId,
int id)
Constructs a TezVertexID object from given
TezDAGID. |
TezVertexID |
TezTaskID.getVertexID()
Returns the
TezVertexID object that this task belongs to |
static TezVertexID |
TezVertexID.readTezVertexID(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
static TezTaskID |
TezTaskID.getInstance(TezVertexID vertexID,
int id)
Constructs a TezTaskID object from given
TezVertexID. |
| Constructor and Description |
|---|
VertexIdentifierImpl(String dagName,
String vertexName,
TezVertexID vertexId) |
Copyright © 2019 Apache Software Foundation. All rights reserved.