public class CoarseGrainedSchedulerBackend.DriverActor extends Object implements akka.actor.Actor, ActorLogReceive
Constructor and Description |
---|
CoarseGrainedSchedulerBackend.DriverActor(scala.collection.Seq<scala.Tuple2<String,String>> sparkProperties) |
Modifier and Type | Method and Description |
---|---|
void |
launchTasks(scala.collection.Seq<scala.collection.Seq<TaskDescription>> tasks) |
void |
makeOffers() |
void |
makeOffers(String executorId) |
void |
preStart() |
scala.PartialFunction<Object,scala.runtime.BoxedUnit> |
receiveWithLogging() |
void |
removeExecutor(String executorId,
String reason) |
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, postStop, preRestart, receive, self, sender, supervisorStrategy, unhandled
receive
public CoarseGrainedSchedulerBackend.DriverActor(scala.collection.Seq<scala.Tuple2<String,String>> sparkProperties)
public void preStart()
preStart
in interface akka.actor.Actor
public scala.PartialFunction<Object,scala.runtime.BoxedUnit> receiveWithLogging()
receiveWithLogging
in interface ActorLogReceive
public void makeOffers()
public void makeOffers(String executorId)
public void launchTasks(scala.collection.Seq<scala.collection.Seq<TaskDescription>> tasks)
public void removeExecutor(String executorId, String reason)