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. class ShuffleReadMetrics extends Serializable

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

  2. class ShuffleWriteMetrics extends Serializable

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

  3. class TaskMetrics extends Serializable

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

Inherited from AnyRef

Inherited from Any

Ungrouped