:: Experimental :: Interface for listening to events related to ContinuousQueries.
:: Experimental ::
:: Experimental ::
Manager for QueryExecutionListener. See org.apache.spark.sql.SQLContext.listenerManager.
:: 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.
:: Experimental :: Companion object of ContinuousQueryListener that defines the listener events.
:: Experimental :: Companion object of ContinuousQueryListener that defines the listener events.
:: Experimental :: Interface for listening to events related to ContinuousQueries.
The methods are not thread-safe as they may be called from different threads.