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

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.api.records.ResourceInformation
    Resource.getResourceInformation(int index)
    Get ResourceInformation for a specified resource from a given index.
    void
    Resource.setResourceInformation(int index, org.apache.hadoop.yarn.api.records.ResourceInformation resourceInformation)
    Set the ResourceInformation object for a particular resource.
    void
    Resource.setResourceValue(int index, long value)
    Set the value of a resource in the ResourceInformation object.