Class ExecutorInfo
Object
org.apache.spark.scheduler.cluster.ExecutorInfo
:: DeveloperApi ::
 Stores information about an executor to pass from the scheduler to SparkListeners.
- 
Constructor SummaryConstructorsConstructorDescriptionExecutorInfo(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 SummaryModifier and TypeMethodDescriptionbooleanbooleaninthashCode()scala.Option<Object>scala.Option<Object>intscala.collection.immutable.Map<String,ResourceInformation> int
- 
Constructor Details- 
ExecutorInfopublic 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