public class AuxServicesEvent extends org.apache.hadoop.yarn.event.AbstractEvent<AuxServicesEventType>
| Constructor and Description |
|---|
AuxServicesEvent(AuxServicesEventType eventType,
org.apache.hadoop.yarn.api.records.ApplicationId appId) |
AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationID() |
ByteBuffer |
getServiceData() |
String |
getServiceID() |
String |
getUser() |
public AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId)
public AuxServicesEvent(AuxServicesEventType eventType, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, String serviceId, ByteBuffer serviceData)
public String getServiceID()
public ByteBuffer getServiceData()
public String getUser()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.