Class ExecutorInfo
Object
org.apache.spark.scheduler.cluster.ExecutorInfo
:: DeveloperApi ::
Stores information about an executor to pass from the scheduler to SparkListeners.
-
Constructor Summary
ConstructorDescriptionExecutorInfo
(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 TypeMethodDescriptionboolean
boolean
int
hashCode()
scala.Option<Object>
scala.Option<Object>
int
scala.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