Package

org.apache.spark.ui

jobs

Permalink

package jobs

Visibility
  1. Public
  2. All

Type Members

  1. class JobProgressListener extends SparkListener with Logging

    Permalink

    :: DeveloperApi :: Tracks task-level information to be displayed in the UI.

    :: DeveloperApi :: Tracks task-level information to be displayed in the UI.

    All access to the data structures in this class must be synchronized on the class, since the UI thread and the EventBus loop may otherwise be reading and updating the internal data structures concurrently.

    Annotations
    @DeveloperApi()

Ungrouped