Uses of Class
org.apache.hadoop.yarn.api.records.Resource

Packages that use Resource
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.client   
 

Uses of Resource in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return Resource
 Resource GetNewApplicationResponse.getMaximumResourceCapability()
          Get the maximum capability for any Resource allocated by the ResourceManager in the cluster.
 Resource RegisterApplicationMasterResponse.getMaximumResourceCapability()
          Get the maximum capability for any Resource allocated by the ResourceManager in the cluster.
 Resource GetNewApplicationResponse.getMinimumResourceCapability()
          Get the minimum capability for any Resource allocated by the ResourceManager in the cluster.
 Resource RegisterApplicationMasterResponse.getMinimumResourceCapability()
          Get the minimum capability for any Resource allocated by the ResourceManager in the cluster.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type Resource
 void GetNewApplicationResponse.setMaximumResourceCapability(Resource capability)
           
 void RegisterApplicationMasterResponse.setMaximumResourceCapability(Resource capability)
           
 void GetNewApplicationResponse.setMinimumResourceCapability(Resource capability)
           
 void RegisterApplicationMasterResponse.setMinimumResourceCapability(Resource capability)
           
 

Uses of Resource in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return Resource
 Resource AMResponse.getAvailableResources()
          Get the available headroom for resources in the cluster for the application.
abstract  Resource ResourceRequest.getCapability()
          Get the Resource capability of the request.
 Resource NodeReport.getCapability()
          Get the total Resource on the node.
 Resource ApplicationResourceUsageReport.getNeededResources()
          Get the needed Resource
 Resource ApplicationResourceUsageReport.getReservedResources()
          Get the reserved Resource
 Resource ContainerLaunchContext.getResource()
          Get the Resource allocated to the container by the ResourceManager.
 Resource Container.getResource()
          Get the Resource allocated to the container.
 Resource NodeReport.getUsed()
          Get used Resource on the node.
 Resource ApplicationResourceUsageReport.getUsedResources()
          Get the used Resource
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type Resource
 void AMResponse.setAvailableResources(Resource limit)
           
abstract  void ResourceRequest.setCapability(Resource capability)
          Set the Resource capability of the request
 void NodeReport.setCapability(Resource capability)
           
 void ApplicationResourceUsageReport.setNeededResources(Resource needed_resources)
           
 void ApplicationResourceUsageReport.setReservedResources(Resource reserved_resources)
           
 void ContainerLaunchContext.setResource(Resource resource)
          Set the Resource allocated to the container by the ResourceManager.
 void Container.setResource(Resource resource)
           
 void NodeReport.setUsed(Resource used)
           
 void ApplicationResourceUsageReport.setUsedResources(Resource resources)
           
 

Uses of Resource in org.apache.hadoop.yarn.client
 

Methods in org.apache.hadoop.yarn.client that return Resource
 Resource AMRMClient.getClusterAvailableResources()
          Get the currently available resources in the cluster.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.