|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.StartContainersResponse
@InterfaceAudience.Public @InterfaceStability.Stable public abstract class StartContainersResponse
The response sent by the NodeManager to the
ApplicationMaster when asked to start an allocated
container.
ContainerManagementProtocol.startContainers(StartContainersRequest)| Constructor Summary | |
|---|---|
StartContainersResponse()
|
|
| Method Summary | |
|---|---|
abstract Map<String,ByteBuffer> |
getAllServicesMetaData()
Get the meta-data from all auxiliary services running on the NodeManager. |
abstract Map<ContainerId,SerializedException> |
getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error from per container for failed requests |
abstract List<ContainerId> |
getSuccessfullyStartedContainers()
Get the list of ContainerId s of the containers that are
started successfully. |
static StartContainersResponse |
newInstance(Map<String,ByteBuffer> servicesMetaData,
List<ContainerId> succeededContainers,
Map<ContainerId,SerializedException> failedContainers)
|
abstract void |
setAllServicesMetaData(Map<String,ByteBuffer> allServicesMetaData)
Set to the list of auxiliary services which have been started on the NodeManager. |
abstract void |
setFailedRequests(Map<ContainerId,SerializedException> failedContainers)
Set the containerId-to-exception map in which the exception indicates error from per container for failed requests |
abstract void |
setSuccessfullyStartedContainers(List<ContainerId> succeededContainers)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartContainersResponse()
| Method Detail |
|---|
@InterfaceAudience.Private
@InterfaceStability.Unstable
public static StartContainersResponse newInstance(Map<String,ByteBuffer> servicesMetaData,
List<ContainerId> succeededContainers,
Map<ContainerId,SerializedException> failedContainers)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract List<ContainerId> getSuccessfullyStartedContainers()
ContainerId s of the containers that are
started successfully.
ContainerId s of the containers that are
started successfully.ContainerManagementProtocol.startContainers(StartContainersRequest)@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setSuccessfullyStartedContainers(List<ContainerId> succeededContainers)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract Map<ContainerId,SerializedException> getFailedRequests()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setFailedRequests(Map<ContainerId,SerializedException> failedContainers)
@InterfaceAudience.Public @InterfaceStability.Stable public abstract Map<String,ByteBuffer> getAllServicesMetaData()
Get the meta-data from all auxiliary services running on the
NodeManager.
The meta-data is returned as a Map between the auxiliary service names and
their corresponding per service meta-data as an opaque blob
ByteBuffer
To be able to interpret the per-service meta-data, you should consult the documentation for the Auxiliary-service configured on the NodeManager
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setAllServicesMetaData(Map<String,ByteBuffer> allServicesMetaData)
NodeManager. This is done only once when the
NodeManager starts up
allServicesMetaData - A map from auxiliary service names to the opaque blob
ByteBuffer for that auxiliary service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||