Class GetContainersRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetContainersRequestPBImpl
public class GetContainersRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
Constructor Summary
ConstructorsConstructorDescriptionGetContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ApplicationAttemptIdorg.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProtogetProto()inthashCode()voidsetApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
newInstance
-
Constructor Details
-
GetContainersRequestPBImpl
public GetContainersRequestPBImpl() -
GetContainersRequestPBImpl
public GetContainersRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getApplicationAttemptId
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()- Specified by:
getApplicationAttemptIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-
setApplicationAttemptId
public void setApplicationAttemptId(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId) - Specified by:
setApplicationAttemptIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetContainersRequest
-