@InterfaceAudience.Private @InterfaceStability.Unstable public class StopContainersRequestPBImpl extends StopContainersRequest
| Constructor and Description |
|---|
StopContainersRequestPBImpl() |
StopContainersRequestPBImpl(YarnServiceProtos.StopContainersRequestProto proto) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<ContainerId> |
getContainerIds()
Get the
ContainerIds of the containers to be stopped. |
YarnServiceProtos.StopContainersRequestProto |
getProto() |
int |
hashCode() |
void |
setContainerIds(List<ContainerId> containerIds)
Set the
ContainerIds of the containers to be stopped. |
String |
toString() |
newInstancepublic StopContainersRequestPBImpl()
public StopContainersRequestPBImpl(YarnServiceProtos.StopContainersRequestProto proto)
public YarnServiceProtos.StopContainersRequestProto getProto()
public List<ContainerId> getContainerIds()
StopContainersRequestContainerIds of the containers to be stopped.getContainerIds in class StopContainersRequestContainerIds of containers to be stoppedpublic void setContainerIds(List<ContainerId> containerIds)
StopContainersRequestContainerIds of the containers to be stopped.setContainerIds in class StopContainersRequestcontainerIds - ContainerIds of the containers to be stoppedCopyright © 2013 Apache Software Foundation. All rights reserved.