org.apache.hadoop.yarn.server.nodemanager.containermanager
Class AuxServicesEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<AuxServicesEventType>
      extended by 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, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, String serviceId, ByteBuffer serviceData)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
           
 ByteBuffer getServiceData()
           
 String getServiceID()
           
 String getUser()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getServiceID

public String getServiceID()

getServiceData

public ByteBuffer getServiceData()

getUser

public String getUser()

getApplicationID

public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.