Packages

c

org.apache.spark.scheduler

MiscellaneousProcessDetails

class MiscellaneousProcessDetails extends Serializable

Developer API

Stores information about an Miscellaneous Process to pass from the scheduler to SparkListeners.

Annotations
@DeveloperApi() @Since( "3.2.0" )
Source
MiscellaneousProcessDetails.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MiscellaneousProcessDetails
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MiscellaneousProcessDetails(hostPort: String, cores: Int, logUrlInfo: Map[String, String])

Value Members

  1. val cores: Int
  2. val hostPort: String
  3. val logUrlInfo: Map[String, String]