| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.yarn.api.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.Map<ContainerId,SerializedException> |
ContainerUpdateResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
|
abstract java.util.Map<ContainerId,SerializedException> |
GetContainerStatusesResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
abstract java.util.Map<ContainerId,SerializedException> |
GetLocalizationStatusesResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
abstract java.util.Map<ContainerId,SerializedException> |
IncreaseContainersResourceResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
|
abstract java.util.Map<ContainerId,SerializedException> |
StartContainersResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
|
abstract java.util.Map<ContainerId,SerializedException> |
StopContainersResponse.getFailedRequests() |
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerUpdateResponse |
ContainerUpdateResponse.newInstance(java.util.List<ContainerId> successfullyUpdatedContainers,
java.util.Map<ContainerId,SerializedException> failedRequests) |
|
static GetContainerStatusesResponse |
GetContainerStatusesResponse.newInstance(java.util.List<ContainerStatus> statuses,
java.util.Map<ContainerId,SerializedException> failedRequests) |
|
static IncreaseContainersResourceResponse |
IncreaseContainersResourceResponse.newInstance(java.util.List<ContainerId> successfullyIncreasedContainers,
java.util.Map<ContainerId,SerializedException> failedRequests) |
|
static StopContainersResponse |
StopContainersResponse.newInstance(java.util.List<ContainerId> succeededRequests,
java.util.Map<ContainerId,SerializedException> failedRequests) |
|
abstract void |
ContainerUpdateResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedRequests) |
Set the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
|
abstract void |
GetContainerStatusesResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedContainers) |
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
abstract void |
GetLocalizationStatusesResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedContainers) |
Set the containerId-to-exception map in which the exception indicates error
from per container for failed request.
|
abstract void |
IncreaseContainersResourceResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedRequests) |
Set the containerId-to-exception map in which the exception indicates
error from each container for failed requests.
|
abstract void |
StartContainersResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedContainers) |
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
abstract void |
StopContainersResponse.setFailedRequests(java.util.Map<ContainerId,SerializedException> failedRequests) |
Set the containerId-to-exception map in which the exception indicates error
from per container for failed requests.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract SerializedException |
SerializedException.getCause() |
Get the cause of this exception or null if the cause is nonexistent or
unknown.
|
static SerializedException |
SerializedException.newInstance(java.lang.Throwable e) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.