org.apache.hadoop.yarn.server.resourcemanager.metrics
Class ApplicationCreatedEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SystemMetricsEventType>
org.apache.hadoop.yarn.server.resourcemanager.metrics.SystemMetricsEvent
org.apache.hadoop.yarn.server.resourcemanager.metrics.ApplicationCreatedEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<SystemMetricsEventType>
public class ApplicationCreatedEvent
- extends SystemMetricsEvent
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
ApplicationCreatedEvent
public ApplicationCreatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
String name,
String type,
String user,
String queue,
long submittedTime,
long createdTime)
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.