Class ExecutorInfo
Object
org.apache.spark.scheduler.cluster.ExecutorInfo
:: DeveloperApi ::
 Stores information about an executor to pass from the scheduler to SparkListeners.
- 
Constructor Summary
ConstructorsConstructorDescriptionExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap) ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap, scala.collection.immutable.Map<String, String> attributes) ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resourcesInfo) ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resourcesInfo, int resourceProfileId) ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resourcesInfo, int resourceProfileId, scala.Option<Object> registrationTime, scala.Option<Object> requestTime)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleaninthashCode()scala.Option<Object>scala.Option<Object>intscala.collection.immutable.Map<String,ResourceInformation> int 
- 
Constructor Details
- 
ExecutorInfo
public ExecutorInfo(String executorHost, int totalCores, scala.collection.immutable.Map<String, String> logUrlMap, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resourcesInfo, int resourceProfileId, scala.Option<Object> registrationTime, scala.Option<Object> requestTime)  - 
ExecutorInfo
 - 
ExecutorInfo
 - 
ExecutorInfo
 - 
ExecutorInfo
 
 - 
 - 
Method Details