public interface TaskAttemptListener
| Modifier and Type | Method and Description |
|---|---|
InetSocketAddress |
getAddress() |
void |
registerRunningContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
void |
registerTaskAttempt(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.ContainerId containerId) |
void |
unregisterRunningContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId) |
void |
unregisterTaskAttempt(org.apache.tez.dag.records.TezTaskAttemptID attemptID) |
InetSocketAddress getAddress()
void registerRunningContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId)
void registerTaskAttempt(org.apache.tez.dag.records.TezTaskAttemptID attemptId,
org.apache.hadoop.yarn.api.records.ContainerId containerId)
void unregisterRunningContainer(org.apache.hadoop.yarn.api.records.ContainerId containerId)
void unregisterTaskAttempt(org.apache.tez.dag.records.TezTaskAttemptID attemptID)
Copyright © 2015 Apache Software Foundation. All rights reserved.