org.apache.hadoop.yarn.server.nodemanager.containermanager
Class AuxServicesEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<AuxServicesEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServicesEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<AuxServicesEventType>
public class AuxServicesEvent
- extends org.apache.hadoop.yarn.event.AbstractEvent<AuxServicesEventType>
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
AuxServicesEvent
public AuxServicesEvent(AuxServicesEventType eventType,
org.apache.hadoop.yarn.api.records.ApplicationId appId)
AuxServicesEvent
public AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData)
getServiceID
public String getServiceID()
getServiceData
public ByteBuffer getServiceData()
getUser
public String getUser()
getApplicationID
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
Copyright © 2012 Apache Software Foundation. All Rights Reserved.