public class AppAttemptRegisteredEvent extends SystemMetricsEvent
| Constructor and Description |
|---|
AppAttemptRegisteredEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
String host,
int rpcPort,
String trackingUrl,
String originalTrackingUrl,
org.apache.hadoop.yarn.api.records.ContainerId masterContainerId,
long registeredTime) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationAttemptId |
getApplicationAttemptId() |
String |
getHost() |
org.apache.hadoop.yarn.api.records.ContainerId |
getMasterContainerId() |
String |
getOriginalTrackingURL() |
int |
getRpcPort() |
String |
getTrackingUrl() |
int |
hashCode() |
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
public String getHost()
public int getRpcPort()
public String getTrackingUrl()
public String getOriginalTrackingURL()
public org.apache.hadoop.yarn.api.records.ContainerId getMasterContainerId()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.