| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.app.dag.impl | |
| org.apache.tez.dag.app.rm | |
| org.apache.tez.dag.app.rm.container |
| Modifier and Type | Method and Description |
|---|---|
static ContainerContext |
ContainerContext.union(ContainerContext c1,
ContainerContext c2)
Create a new ContainerContext to account for container re-use.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContainerContext.isExactMatch(ContainerContext otherContext) |
boolean |
ContainerContext.isSuperSet(ContainerContext otherContext) |
static ContainerContext |
ContainerContext.union(ContainerContext c1,
ContainerContext c2)
Create a new ContainerContext to account for container re-use.
|
| Constructor and Description |
|---|
TaskAttemptImpl(org.apache.tez.dag.records.TezTaskID taskId,
int attemptNumber,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
TaskAttemptListener taskAttemptListener,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.yarn.util.Clock clock,
TaskHeartbeatHandler taskHeartbeatHandler,
AppContext appContext,
boolean isRescheduled,
org.apache.hadoop.yarn.api.records.Resource resource,
ContainerContext containerContext,
boolean leafVertex) |
TaskImpl(org.apache.tez.dag.records.TezVertexID vertexId,
int taskIndex,
org.apache.hadoop.yarn.event.EventHandler eventHandler,
org.apache.hadoop.conf.Configuration conf,
TaskAttemptListener taskAttemptListener,
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) |
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
AMSchedulerEventTALaunchRequest.getContainerContext() |
| Constructor and Description |
|---|
AMSchedulerEventTALaunchRequest(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.Resource capability,
org.apache.tez.runtime.api.impl.TaskSpec remoteTaskSpec,
TaskAttempt ta,
org.apache.tez.dag.api.TaskLocationHint locationHint,
int priority,
ContainerContext containerContext) |
| Modifier and Type | Method and Description |
|---|---|
ContainerContext |
AMContainerEventLaunchRequest.getContainerContext() |
| Constructor and Description |
|---|
AMContainerEventLaunchRequest(org.apache.hadoop.yarn.api.records.ContainerId containerId,
org.apache.tez.dag.records.TezVertexID vertexId,
ContainerContext containerContext) |
Copyright © 2015 Apache Software Foundation. All rights reserved.