Constructor and Description |
---|
DAGSchedulerEventProcessActor(DAGScheduler dagScheduler) |
Modifier and Type | Method and Description |
---|---|
void |
postStop() |
void |
preStart() |
scala.PartialFunction<Object,scala.runtime.BoxedUnit> |
receive()
The main event loop of the DAG scheduler.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preRestart, self, sender, supervisorStrategy, unhandled
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public DAGSchedulerEventProcessActor(DAGScheduler dagScheduler)
public void preStart()
preStart
in interface akka.actor.Actor
public scala.PartialFunction<Object,scala.runtime.BoxedUnit> receive()
receive
in interface akka.actor.Actor
public void postStop()
postStop
in interface akka.actor.Actor