Package

org.apache.spark.sql

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ContinuousQueryListener extends AnyRef

    Permalink

    :: Experimental :: Interface for listening to events related to ContinuousQueries.

    :: Experimental :: Interface for listening to events related to ContinuousQueries.

    Annotations
    @Experimental()
    Note

    The methods are not thread-safe as they may be called from different threads.

  2. class ExecutionListenerManager extends Logging

    Permalink

    :: Experimental ::

    Annotations
    @Experimental()
  3. trait QueryExecutionListener extends AnyRef

    Permalink

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

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

    Note that implementations should guarantee thread-safety as they can be invoked by multiple different threads.

    Annotations
    @Experimental()

Value Members

  1. object ContinuousQueryListener

    Permalink

    :: Experimental :: Companion object of ContinuousQueryListener that defines the listener events.

    :: Experimental :: Companion object of ContinuousQueryListener that defines the listener events.

    Annotations
    @Experimental()

Ungrouped