Packages

class ResourceID extends AnyRef

Developer API

Resource identifier.

Annotations
@DeveloperApi()
Source
ResourceUtils.scala
Since

3.0.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResourceID
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResourceID(componentName: String, resourceName: String)

    componentName

    spark.driver / spark.executor / spark.task

    resourceName

    gpu, fpga, etc

Value Members

  1. val componentName: String
  2. def equals(obj: Any): Boolean
    Definition Classes
    ResourceID → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    ResourceID → AnyRef → Any
  4. val resourceName: String