public class ExecutorInfo
extends Object
Constructor and Description |
---|
ExecutorInfo(String executorHost,
int totalCores,
scala.collection.immutable.Map<String,String> logUrlMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object other) |
boolean |
equals(Object other) |
String |
executorHost() |
int |
hashCode() |
scala.collection.immutable.Map<String,String> |
logUrlMap() |
int |
totalCores() |
public ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String,String> logUrlMap)
public String executorHost()
public int totalCores()
public scala.collection.immutable.Map<String,String> logUrlMap()
public boolean canEqual(Object other)
public boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object