Class GetContainerReportRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetContainerReportRequestPBImpl
@Private
@Unstable
public class GetContainerReportRequestPBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
Constructor Summary
ConstructorsConstructorDescriptionGetContainerReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.api.records.ContainerIdorg.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProtogetProto()inthashCode()voidsetContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId) toString()Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
newInstance
-
Constructor Details
-
GetContainerReportRequestPBImpl
public GetContainerReportRequestPBImpl() -
GetContainerReportRequestPBImpl
public GetContainerReportRequestPBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getContainerId
public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()- Specified by:
getContainerIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-
setContainerId
public void setContainerId(org.apache.hadoop.yarn.api.records.ContainerId containerId) - Specified by:
setContainerIdin classorg.apache.hadoop.yarn.api.protocolrecords.GetContainerReportRequest
-