|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TezID | |
|---|---|
| org.apache.tez.dag.records | |
| Uses of TezID in org.apache.tez.dag.records |
|---|
| Subclasses of TezID in org.apache.tez.dag.records | |
|---|---|
class |
TezDAGID
TezDAGID represents the immutable and unique identifier for a Tez DAG. |
class |
TezTaskAttemptID
TezTaskAttemptID represents the immutable and unique identifier for a task attempt. |
class |
TezTaskID
TaskID represents the immutable and unique identifier for a Tez Task. |
class |
TezVertexID
TezVertexID represents the immutable and unique identifier for a Vertex in a Tez DAG. |
| Methods in org.apache.tez.dag.records with parameters of type TezID | |
|---|---|
int |
TezVertexID.compareTo(TezID o)
Compare TaskInProgressIds by first jobIds, then by tip numbers and type. |
int |
TezTaskID.compareTo(TezID o)
Compare TaskInProgressIds by first jobIds, then by tip numbers and type. |
int |
TezTaskAttemptID.compareTo(TezID o)
Compare TaskIds by first tipIds, then by task numbers. |
int |
TezID.compareTo(TezID that)
Compare IDs by associated numbers |
int |
TezDAGID.compareTo(TezID o)
Compare TaskInProgressIds by first jobIds, then by tip numbers and type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||