org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event
Class RMAppAttemptRegistrationEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<RMAppAttemptEventType>
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptEvent
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.event.RMAppAttemptRegistrationEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<RMAppAttemptEventType>
public class RMAppAttemptRegistrationEvent
- extends RMAppAttemptEvent
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
RMAppAttemptRegistrationEvent
public RMAppAttemptRegistrationEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId,
String host,
int rpcPort,
String trackingUrl)
getHost
public String getHost()
getRpcport
public int getRpcport()
getTrackingurl
public String getTrackingurl()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.