org.apache.hadoop.yarn.server.resourcemanager.metrics
Class ApplicationCreatedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<SystemMetricsEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.metrics.SystemMetricsEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.metrics.ApplicationCreatedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SystemMetricsEventType>

public class ApplicationCreatedEvent
extends SystemMetricsEvent


Constructor Summary
ApplicationCreatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId, String name, String type, String user, String queue, long submittedTime, long createdTime)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
           
 String getApplicationName()
           
 String getApplicationType()
           
 String getQueue()
           
 long getSubmittedTime()
           
 String getUser()
           
 int hashCode()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationCreatedEvent

public ApplicationCreatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
                               String name,
                               String type,
                               String user,
                               String queue,
                               long submittedTime,
                               long createdTime)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getApplicationId

public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()

getApplicationName

public String getApplicationName()

getApplicationType

public String getApplicationType()

getUser

public String getUser()

getQueue

public String getQueue()

getSubmittedTime

public long getSubmittedTime()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.