class ExecutorInfo extends AnyRef
Stores information about an executor to pass from the scheduler to SparkListeners.
- Annotations
- @DeveloperApi()
- Source
- ExecutorInfo.scala
- Alphabetic
- By Inheritance
- ExecutorInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ExecutorInfo(executorHost: String, totalCores: Int, logUrlMap: Map[String, String], attributes: Map[String, String], resourcesInfo: Map[String, ResourceInformation])
- new ExecutorInfo(executorHost: String, totalCores: Int, logUrlMap: Map[String, String], attributes: Map[String, String])
- new ExecutorInfo(executorHost: String, totalCores: Int, logUrlMap: Map[String, String])
- new ExecutorInfo(executorHost: String, totalCores: Int, logUrlMap: Map[String, String], attributes: Map[String, String], resourcesInfo: Map[String, ResourceInformation], resourceProfileId: Int)
- new ExecutorInfo(executorHost: String, totalCores: Int, logUrlMap: Map[String, String], attributes: Map[String, String], resourcesInfo: Map[String, ResourceInformation], resourceProfileId: Int, registrationTime: Option[Long], requestTime: Option[Long])
Value Members
- val attributes: Map[String, String]
- def canEqual(other: Any): Boolean
-
def
equals(other: Any): Boolean
- Definition Classes
- ExecutorInfo → AnyRef → Any
- val executorHost: String
-
def
hashCode(): Int
- Definition Classes
- ExecutorInfo → AnyRef → Any
- val logUrlMap: Map[String, String]
- val registrationTime: Option[Long]
- val requestTime: Option[Long]
- val resourceProfileId: Int
- val resourcesInfo: Map[String, ResourceInformation]
- val totalCores: Int