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
  • Constructor Details

    • RMAppAttemptRegistrationEvent

      public RMAppAttemptRegistrationEvent(org.apache.hadoop.yarn.api.records.ApplicationAttemptId appAttemptId, String host, int rpcPort, String trackingUrl)
  • Method Details

    • getHost

      public String getHost()
    • getRpcport

      public int getRpcport()
    • getTrackingurl

      public String getTrackingurl()