Uses of Class
org.apache.hadoop.yarn.api.records.SerializedException
Packages that use SerializedException
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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 SerializedExceptionModifier and TypeMethodDescriptionabstract Map<ContainerId,SerializedException> ContainerUpdateResponse.getFailedRequests()Get the containerId-to-exception map in which the exception indicates error from each container for failed requests.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> GetLocalizationStatusesResponse.getFailedRequests()Get the containerId-to-exception map in which the exception indicates error from per container for failed requests.abstract Map<ContainerId,SerializedException> IncreaseContainersResourceResponse.getFailedRequests()Get the containerId-to-exception map in which the exception indicates error from each 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 requestsabstract Map<ContainerId,SerializedException> StopContainersResponse.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 SerializedExceptionModifier and TypeMethodDescriptionstatic ContainerUpdateResponseContainerUpdateResponse.newInstance(List<ContainerId> successfullyUpdatedContainers, Map<ContainerId, SerializedException> failedRequests) static GetContainerStatusesResponseGetContainerStatusesResponse.newInstance(List<ContainerStatus> statuses, Map<ContainerId, SerializedException> failedRequests) IncreaseContainersResourceResponse.newInstance(List<ContainerId> successfullyIncreasedContainers, Map<ContainerId, SerializedException> failedRequests) static StopContainersResponseStopContainersResponse.newInstance(List<ContainerId> succeededRequests, Map<ContainerId, SerializedException> failedRequests) abstract voidContainerUpdateResponse.setFailedRequests(Map<ContainerId, SerializedException> failedRequests) Set the containerId-to-exception map in which the exception indicates error from each container for failed requests.abstract voidGetContainerStatusesResponse.setFailedRequests(Map<ContainerId, SerializedException> failedContainers) Set the containerId-to-exception map in which the exception indicates error from per container for failed requests.abstract voidGetLocalizationStatusesResponse.setFailedRequests(Map<ContainerId, SerializedException> failedContainers) Set the containerId-to-exception map in which the exception indicates error from per container for failed request.abstract voidIncreaseContainersResourceResponse.setFailedRequests(Map<ContainerId, SerializedException> failedRequests) Set the containerId-to-exception map in which the exception indicates error from each container for failed requests.abstract voidStartContainersResponse.setFailedRequests(Map<ContainerId, SerializedException> failedContainers) Set the containerId-to-exception map in which the exception indicates error from per container for failed requests.abstract voidStopContainersResponse.setFailedRequests(Map<ContainerId, SerializedException> failedRequests) 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 SerializedExceptionModifier and TypeMethodDescriptionabstract SerializedExceptionSerializedException.getCause()Get the cause of this exception or null if the cause is nonexistent or unknown.static SerializedExceptionSerializedException.newInstance(Throwable e)