org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class StopContainersRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.StopContainersRequestPBImpl
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class StopContainersRequestPBImpl
- extends org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
| Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest |
newInstance |
StopContainersRequestPBImpl
public StopContainersRequestPBImpl()
StopContainersRequestPBImpl
public StopContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto proto)
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto getProto()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
getContainerIds
public List<org.apache.hadoop.yarn.api.records.ContainerId> getContainerIds()
- Specified by:
getContainerIds in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
setContainerIds
public void setContainerIds(List<org.apache.hadoop.yarn.api.records.ContainerId> containerIds)
- Specified by:
setContainerIds in class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
Copyright © 2014 Apache Software Foundation. All Rights Reserved.