| Package | Description |
|---|---|
| org.apache.tez.dag.app | |
| org.apache.tez.dag.app.rm.container |
| Modifier and Type | Field and Description |
|---|---|
protected ContainerHeartbeatHandler |
TaskCommunicatorManager.containerHeartbeatHandler |
| Modifier and Type | Method and Description |
|---|---|
protected ContainerHeartbeatHandler |
DAGAppMaster.createContainerHeartbeatHandler(AppContext context,
org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
protected TaskCommunicatorManagerInterface |
DAGAppMaster.createTaskCommunicatorManager(AppContext context,
TaskHeartbeatHandler thh,
ContainerHeartbeatHandler chh,
List<org.apache.tez.dag.api.NamedEntityDescriptor> entityDescriptors) |
| Constructor and Description |
|---|
TaskCommunicatorManager(AppContext context,
TaskHeartbeatHandler thh,
ContainerHeartbeatHandler chh,
List<org.apache.tez.dag.api.NamedEntityDescriptor> taskCommunicatorDescriptors) |
TaskCommunicatorManager(TaskCommunicator taskCommunicator,
AppContext appContext,
TaskHeartbeatHandler thh,
ContainerHeartbeatHandler chh) |
| Constructor and Description |
|---|
AMContainerImpl(org.apache.hadoop.yarn.api.records.Container container,
ContainerHeartbeatHandler chh,
TaskCommunicatorManagerInterface tal,
org.apache.tez.common.ContainerSignatureMatcher signatureMatcher,
AppContext appContext,
int schedulerId,
int launcherId,
int taskCommId,
String auxiliaryService) |
AMContainerMap(ContainerHeartbeatHandler chh,
TaskCommunicatorManagerInterface tal,
org.apache.tez.common.ContainerSignatureMatcher containerSignatureMatcher,
AppContext context) |
Copyright © 2020 Apache Software Foundation. All rights reserved.