|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SerializedException | |
|---|---|
| org.apache.hadoop.yarn.api.protocolrecords | |
| org.apache.hadoop.yarn.api.records | |
| Uses of SerializedException in org.apache.hadoop.yarn.api.protocolrecords |
|---|
| Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type SerializedException | |
|---|---|
abstract Map<ContainerId,SerializedException> |
GetContainerStatusesResponse.getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error from per container for failed requests |
abstract Map<ContainerId,SerializedException> |
StopContainersResponse.getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error from per container for failed requests |
abstract Map<ContainerId,SerializedException> |
StartContainersResponse.getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error from per container for failed requests |
| Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type SerializedException | |
|---|---|
static StopContainersResponse |
StopContainersResponse.newInstance(List<ContainerId> succeededRequests,
Map<ContainerId,SerializedException> failedRequests)
|
static GetContainerStatusesResponse |
GetContainerStatusesResponse.newInstance(List<ContainerStatus> statuses,
Map<ContainerId,SerializedException> failedRequests)
|
static StartContainersResponse |
StartContainersResponse.newInstance(Map<String,ByteBuffer> servicesMetaData,
List<ContainerId> succeededContainers,
Map<ContainerId,SerializedException> failedContainers)
|
abstract void |
GetContainerStatusesResponse.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 |
StopContainersResponse.setFailedRequests(Map<ContainerId,SerializedException> failedRequests)
Set the containerId-to-exception map in which the exception indicates error from per container for failed requests |
abstract void |
StartContainersResponse.setFailedRequests(Map<ContainerId,SerializedException> failedContainers)
Set the containerId-to-exception map in which the exception indicates error from per container for failed requests |
| Uses of SerializedException in org.apache.hadoop.yarn.api.records |
|---|
| Methods in org.apache.hadoop.yarn.api.records that return SerializedException | |
|---|---|
abstract SerializedException |
SerializedException.getCause()
Get the cause of this exception or null if the cause is nonexistent or unknown. |
static SerializedException |
SerializedException.newInstance(Throwable e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||