Uses of Class
org.apache.hadoop.yarn.exceptions.ResourceNotFoundException
Packages that use ResourceNotFoundException
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ResourceNotFoundException in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.ResourceInformationResource.getResourceInformation(int index) Get ResourceInformation for a specified resource from a given index.voidResource.setResourceInformation(int index, org.apache.hadoop.yarn.api.records.ResourceInformation resourceInformation) Set the ResourceInformation object for a particular resource.voidResource.setResourceValue(int index, long value) Set the value of a resource in the ResourceInformation object.