Package

org.apache.spark.sql

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. Experimental class ExecutionListenerManager extends Logging

    Permalink

    Manager for QueryExecutionListener. See org.apache.spark.sql.SQLContext.listenerManager.

    Annotations
    @Experimental() @Evolving()
  2. Experimental trait QueryExecutionListener extends AnyRef

    Permalink

    The interface of query execution listener that can be used to analyze execution metrics.

    The interface of query execution listener that can be used to analyze execution metrics.

    Annotations
    @Experimental() @Evolving()
    Note

    Implementations should guarantee thread-safety as they can be invoked by multiple different threads.