public class ExecutorData
extends Object
Constructor and Description |
---|
ExecutorData(akka.actor.ActorRef executorActor,
akka.actor.Address executorAddress,
String executorHost,
int freeCores,
int totalCores) |
Modifier and Type | Method and Description |
---|---|
akka.actor.ActorRef |
executorActor() |
akka.actor.Address |
executorAddress() |
String |
executorHost() |
int |
freeCores() |
int |
totalCores() |