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
ConstructorsConstructorDescriptionAuxServicesEvent(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) AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId) AuxServicesEvent(AuxServicesEventType eventType, Container container) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
AuxServicesEvent
public AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId) -
AuxServicesEvent
-
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)
-
-
Method Details
-
getServiceID
-
getServiceData
-
getUser
-
getApplicationID
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID() -
getContainer
-