org.apache.hadoop.yarn.event.Event<AuxServicesEventType>public class AuxServicesEvent extends org.apache.hadoop.yarn.event.AbstractEvent<AuxServicesEventType>
| Constructor | Description |
|---|---|
AuxServicesEvent(AuxServicesEventType eventType,
java.lang.String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String serviceId,
java.nio.ByteBuffer serviceData) |
|
AuxServicesEvent(AuxServicesEventType eventType,
java.lang.String user,
org.apache.hadoop.yarn.api.records.ApplicationId appId,
java.lang.String serviceId,
java.nio.ByteBuffer serviceData,
Container container) |
|
AuxServicesEvent(AuxServicesEventType eventType,
org.apache.hadoop.yarn.api.records.ApplicationId appId) |
|
AuxServicesEvent(AuxServicesEventType eventType,
Container container) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.yarn.api.records.ApplicationId |
getApplicationID() |
|
Container |
getContainer() |
|
java.nio.ByteBuffer |
getServiceData() |
|
java.lang.String |
getServiceID() |
|
java.lang.String |
getUser() |
getTimestamp, getType, toStringpublic AuxServicesEvent(AuxServicesEventType eventType, org.apache.hadoop.yarn.api.records.ApplicationId appId)
public AuxServicesEvent(AuxServicesEventType eventType, Container container)
public AuxServicesEvent(AuxServicesEventType eventType, java.lang.String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, java.lang.String serviceId, java.nio.ByteBuffer serviceData)
public AuxServicesEvent(AuxServicesEventType eventType, java.lang.String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, java.lang.String serviceId, java.nio.ByteBuffer serviceData, Container container)
public java.lang.String getServiceID()
public java.nio.ByteBuffer getServiceData()
public java.lang.String getUser()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationID()
public Container getContainer()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.