public class ApplicationCreatedEvent extends SystemMetricsEvent
Constructor and Description |
---|
ApplicationCreatedEvent(org.apache.hadoop.yarn.api.records.ApplicationId appId,
String name,
String type,
String user,
String queue,
long submittedTime,
long createdTime) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationId() |
String |
getApplicationName() |
String |
getApplicationType() |
String |
getQueue() |
long |
getSubmittedTime() |
String |
getUser() |
int |
hashCode() |
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
public String getApplicationName()
public String getApplicationType()
public String getUser()
public String getQueue()
public long getSubmittedTime()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.