Class GetAllResourceProfilesResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetAllResourceProfilesResponse
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetAllResourceProfilesResponsePBImpl
@Private
@Unstable
public class GetAllResourceProfilesResponsePBImpl
extends org.apache.hadoop.yarn.api.protocolrecords.GetAllResourceProfilesResponse
Protobuf implementation class for the GetAllResourceProfilesResponse.
-
Constructor Summary
ConstructorsConstructorDescriptionGetAllResourceProfilesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAllResourceProfilesResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.proto.YarnServiceProtos.GetAllResourceProfilesResponseProtogetProto()voidsetResourceProfiles(Map<String, org.apache.hadoop.yarn.api.records.Resource> resourceProfiles) Methods inherited from class org.apache.hadoop.yarn.api.protocolrecords.GetAllResourceProfilesResponse
equals, hashCode, newInstance
-
Constructor Details
-
GetAllResourceProfilesResponsePBImpl
public GetAllResourceProfilesResponsePBImpl() -
GetAllResourceProfilesResponsePBImpl
public GetAllResourceProfilesResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAllResourceProfilesResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetAllResourceProfilesResponseProto getProto() -
setResourceProfiles
public void setResourceProfiles(Map<String, org.apache.hadoop.yarn.api.records.Resource> resourceProfiles) - Specified by:
setResourceProfilesin classorg.apache.hadoop.yarn.api.protocolrecords.GetAllResourceProfilesResponse
-
getResourceProfiles
- Specified by:
getResourceProfilesin classorg.apache.hadoop.yarn.api.protocolrecords.GetAllResourceProfilesResponse
-