public class ExecutorData extends ExecutorInfo
| Constructor and Description |
|---|
ExecutorData(akka.actor.ActorRef executorActor,
akka.actor.Address executorAddress,
String executorHost,
int freeCores,
int totalCores,
scala.collection.immutable.Map<String,String> logUrlMap) |
| Modifier and Type | Method and Description |
|---|---|
akka.actor.ActorRef |
executorActor() |
akka.actor.Address |
executorAddress() |
String |
executorHost() |
int |
freeCores() |
scala.collection.immutable.Map<String,String> |
logUrlMap() |
int |
totalCores() |
canEqual, equals, hashCodepublic ExecutorData(akka.actor.ActorRef executorActor,
akka.actor.Address executorAddress,
String executorHost,
int freeCores,
int totalCores,
scala.collection.immutable.Map<String,String> logUrlMap)
public akka.actor.ActorRef executorActor()
public akka.actor.Address executorAddress()
public String executorHost()
executorHost in class ExecutorInfopublic int freeCores()
public int totalCores()
totalCores in class ExecutorInfopublic scala.collection.immutable.Map<String,String> logUrlMap()
logUrlMap in class ExecutorInfo