@InterfaceAudience.Private @InterfaceStability.Unstable public class StopContainersResponsePBImpl extends StopContainersResponse
| Constructor and Description |
|---|
StopContainersResponsePBImpl() |
StopContainersResponsePBImpl(YarnServiceProtos.StopContainersResponseProto proto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<ContainerId,SerializedException> |
getFailedRequests() |
YarnServiceProtos.StopContainersResponseProto |
getProto() |
List<ContainerId> |
getSuccessfullyStoppedContainers() |
int |
hashCode() |
void |
setFailedRequests(Map<ContainerId,SerializedException> failedRequests) |
void |
setSuccessfullyStoppedContainers(List<ContainerId> succeededRequests) |
String |
toString() |
newInstancepublic StopContainersResponsePBImpl()
public StopContainersResponsePBImpl(YarnServiceProtos.StopContainersResponseProto proto)
public YarnServiceProtos.StopContainersResponseProto getProto()
public List<ContainerId> getSuccessfullyStoppedContainers()
getSuccessfullyStoppedContainers in class StopContainersResponsepublic void setSuccessfullyStoppedContainers(List<ContainerId> succeededRequests)
setSuccessfullyStoppedContainers in class StopContainersResponsepublic Map<ContainerId,SerializedException> getFailedRequests()
getFailedRequests in class StopContainersResponsepublic void setFailedRequests(Map<ContainerId,SerializedException> failedRequests)
setFailedRequests in class StopContainersResponseCopyright © 2018 CERN. All Rights Reserved.