| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.app.dag | |
| org.apache.tez.dag.app.dag.event | |
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.app.dag.speculation.legacy |
| Constructor and Description |
|---|
ContainerContext(Map<String,org.apache.hadoop.yarn.api.records.LocalResource> localResources,
org.apache.hadoop.security.Credentials credentials,
Map<String,String> environment,
String javaOpts,
Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Task.getVertex() |
Vertex |
DAG.getVertex(String vertexName)
Get Vertex by vertex name
|
Vertex |
DAG.getVertex(TezVertexID vertexId) |
| Modifier and Type | Method and Description |
|---|---|
Map<Vertex,Edge> |
Vertex.getInputVertices() |
Map<Vertex,Edge> |
Vertex.getOutputVertices() |
Map<TezVertexID,Vertex> |
DAG.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
int |
DAGScheduler.getPriorityHighLimit(DAG dag,
Vertex vertex)
Get the low hight priority for a particular vertex.
|
int |
DAGScheduler.getPriorityLowLimit(DAG dag,
Vertex vertex)
Get the low limit priority for a particular vertex.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
Vertex.setOutputVertices(Map<Vertex,Edge> outVertices) |
| Constructor and Description |
|---|
RootInputInitializerManager(Vertex vertex,
AppContext appContext,
org.apache.hadoop.security.UserGroupInformation dagUgi,
StateChangeNotifier stateTracker) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
VertexShuffleDataDeletion.getSourceVertex() |
Vertex |
VertexShuffleDataDeletion.getTargetVertex() |
Vertex |
VertexEventNullEdgeInitialized.getVertex() |
| Constructor and Description |
|---|
VertexEventNullEdgeInitialized(TezVertexID vertexId,
Edge edge,
Vertex vertex) |
VertexShuffleDataDeletion(Vertex sourceVertex,
Vertex targetVertex) |
| Modifier and Type | Class and Description |
|---|---|
class |
VertexImpl
Implementation of Vertex interface.
|
| Modifier and Type | Method and Description |
|---|---|
Vertex |
TaskImpl.getVertex() |
Vertex |
DAGImpl.getVertex(String vertexName) |
Vertex |
DAGImpl.getVertex(TezVertexID vertexID) |
| Modifier and Type | Method and Description |
|---|---|
Set<Vertex> |
VertexShuffleDataDeletionContext.getAncestors() |
Set<Vertex> |
VertexShuffleDataDeletionContext.getChildren() |
Map<Vertex,Edge> |
VertexImpl.getInputVertices() |
Map<Vertex,Edge> |
VertexImpl.getOutputVertices() |
Map<TezVertexID,Vertex> |
DAGImpl.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
int |
VertexImpl.compareTo(Vertex other) |
void |
Edge.setDestinationVertex(Vertex destinationVertex) |
void |
Edge.setSourceVertex(Vertex sourceVertex) |
void |
VertexShuffleDataDeletionContext.setSpannedVertices(Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
static TezCounters |
DAGImpl.aggrTaskCounters(TezCounters counters,
Collection<Vertex> vertices) |
void |
VertexImpl.setInputVertices(Map<Vertex,Edge> inVertices) |
void |
VertexImpl.setOutputVertices(Map<Vertex,Edge> outVertices) |
| Constructor and Description |
|---|
TaskImpl(TezVertexID vertexId,
int taskIndex,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
org.apache.hadoop.conf.Configuration conf,
TaskCommunicatorManagerInterface taskCommunicatorManagerInterface,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler thh,
AppContext appContext,
boolean leafVertex,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
StateChangeNotifier stateChangeNotifier,
Vertex vertex) |
TezRootInputInitializerContextImpl(RootInputLeafOutput<InputDescriptor,InputInitializerDescriptor> input,
Vertex vertex,
AppContext appContext,
RootInputInitializerManager manager) |
VertexManager(VertexManagerPluginDescriptor pluginDesc,
org.apache.hadoop.security.UserGroupInformation dagUgi,
Vertex managedVertex,
AppContext appContext,
StateChangeNotifier stateChangeNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf,
Vertex vertex) |
void |
SimpleExponentialTaskRuntimeEstimator.contextualize(org.apache.hadoop.conf.Configuration conf,
Vertex vertex) |
| Constructor and Description |
|---|
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
AppContext context,
Vertex vertex) |
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
Vertex vertex) |
LegacySpeculator(org.apache.hadoop.conf.Configuration conf,
TaskRuntimeEstimator estimator,
org.apache.hadoop.yarn.util.Clock clock,
Vertex vertex) |
Copyright © 2022 Apache Software Foundation. All rights reserved.