| Package | Description |
|---|---|
| org.apache.tez.dag.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TezDAGID.compareTo(TezID o)
Compare TaskInProgressIds by first jobIds, then by tip numbers and type.
|
int |
TezVertexID.compareTo(TezID o)
Compare TaskInProgressIds by first jobIds, then by tip numbers and type.
|
int |
TezID.compareTo(TezID that)
Compare IDs by associated numbers
|
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.
|
Copyright © 2019 Apache Software Foundation. All rights reserved.