Modifier and Type | Method and Description |
---|---|
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
|
abstract Map<ContainerId,SerializedException> |
GetContainerStatusesResponse.getFailedRequests()
Get the containerId-to-exception map in which the exception indicates error
from per container for failed requests
|
Modifier and Type | Method and Description |
---|---|
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 |
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
|
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
|
Modifier and Type | Method and Description |
---|---|
Map<ContainerId,SerializedException> |
StartContainersResponsePBImpl.getFailedRequests() |
Map<ContainerId,SerializedException> |
StopContainersResponsePBImpl.getFailedRequests() |
Map<ContainerId,SerializedException> |
GetContainerStatusesResponsePBImpl.getFailedRequests() |
Modifier and Type | Method and Description |
---|---|
void |
StartContainersResponsePBImpl.setFailedRequests(Map<ContainerId,SerializedException> failedContainers) |
void |
StopContainersResponsePBImpl.setFailedRequests(Map<ContainerId,SerializedException> failedRequests) |
void |
GetContainerStatusesResponsePBImpl.setFailedRequests(Map<ContainerId,SerializedException> failedRequests) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
SerializedExceptionPBImpl |
Modifier and Type | Method and Description |
---|---|
SerializedException |
SerializedExceptionPBImpl.getCause() |
Modifier and Type | Method and Description |
---|---|
SerializedException |
LocalResourceStatus.getException() |
Modifier and Type | Method and Description |
---|---|
void |
LocalResourceStatus.setException(SerializedException exception) |
Modifier and Type | Method and Description |
---|---|
SerializedException |
LocalResourceStatusPBImpl.getException() |
Modifier and Type | Method and Description |
---|---|
void |
LocalResourceStatusPBImpl.setException(SerializedException exception) |
Copyright © 2013 Apache Software Foundation. All rights reserved.