org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class StopContainersRequestPBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.StopContainersRequestPBImpl

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class StopContainersRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest


Constructor Summary
StopContainersRequestPBImpl()
           
StopContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto proto)
           
 
Method Summary
 boolean equals(Object other)
           
 List<org.apache.hadoop.yarn.api.records.ContainerId> getContainerIds()
           
 org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto getProto()
           
 int hashCode()
           
 void setContainerIds(List<org.apache.hadoop.yarn.api.records.ContainerId> containerIds)
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.StopContainersRequest
newInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopContainersRequestPBImpl

public StopContainersRequestPBImpl()

StopContainersRequestPBImpl

public StopContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.StopContainersRequestProto proto)
Method Detail

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.