| Package | Description |
|---|---|
| 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 TezVertexID |
TezVertexID.fromString(String taskIdStr) |
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. |
Copyright © 2014 Apache Software Foundation. All rights reserved.