org.apache.spark

executor

package executor

Executor components used with various cluster managers. See org.apache.spark.executor.Executor.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. executor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class InputMetrics(readMethod: DataReadMethod.Value) extends Product with Serializable

    :: DeveloperApi :: Metrics about reading input data.

  2. class ShuffleReadMetrics extends Serializable

    :: DeveloperApi :: Metrics pertaining to shuffle data read in a given task.

  3. class ShuffleWriteMetrics extends Serializable

    :: DeveloperApi :: Metrics pertaining to shuffle data written in a given task.

  4. class TaskMetrics extends Serializable

    :: DeveloperApi :: Metrics tracked during the execution of a task.

Value Members

  1. object DataReadMethod extends Enumeration with Serializable

    :: DeveloperApi :: Method by which input data was read.

Inherited from AnyRef

Inherited from Any

Ungrouped