org.apache.spark.scheduler.cluster
Class ExecutorInfo

Object
  extended by org.apache.spark.scheduler.cluster.ExecutorInfo

public class ExecutorInfo
extends Object

:: DeveloperApi :: Stores information about an executor to pass from the scheduler to SparkListeners.


Constructor Summary
ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String,String> logUrlMap)
           
 
Method Summary
 boolean canEqual(Object other)
           
 boolean equals(Object other)
           
 String executorHost()
           
 int hashCode()
           
 scala.collection.immutable.Map<String,String> logUrlMap()
           
 int totalCores()
           
 
Methods inherited from class Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorInfo

public ExecutorInfo(String executorHost,
                    int totalCores,
                    scala.collection.immutable.Map<String,String> logUrlMap)
Method Detail

executorHost

public String executorHost()

totalCores

public int totalCores()

logUrlMap

public scala.collection.immutable.Map<String,String> logUrlMap()

canEqual

public boolean canEqual(Object other)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object