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>
|
Constructor Summary |
AuxServicesEvent(AuxServicesEventType eventType,
org.apache.hadoop.yarn.api.records.ApplicationId appId)
|
AuxServicesEvent(AuxServicesEventType eventType,
Container container)
|
AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData)
|
AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData,
Container container)
|
| 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,
Container container)
AuxServicesEvent
public AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData)
AuxServicesEvent
public AuxServicesEvent(AuxServicesEventType eventType,
String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
String serviceId,
ByteBuffer serviceData,
Container container)
getServiceID
public String getServiceID()
getServiceData
public ByteBuffer getServiceData()
getUser
public String getUser()
getApplicationID
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
getContainer
public Container getContainer()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.