public class ExecutionListenerManager
extends Object
implements org.apache.spark.internal.Logging
QueryExecutionListener
. See org.apache.spark.sql.SQLContext.listenerManager
.Modifier and Type | Method and Description |
---|---|
void |
clear()
Removes all the registered
QueryExecutionListener . |
void |
register(QueryExecutionListener listener)
Registers the specified
QueryExecutionListener . |
void |
unregister(QueryExecutionListener listener)
Unregisters the specified
QueryExecutionListener . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, initializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, initLock, isTraceEnabled, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning, org$apache$spark$internal$Logging$$log__$eq, org$apache$spark$internal$Logging$$log_, uninitialize
public void clear()
QueryExecutionListener
.public void register(QueryExecutionListener listener)
QueryExecutionListener
.listener
- (undocumented)public void unregister(QueryExecutionListener listener)
QueryExecutionListener
.listener
- (undocumented)