Class CoarseGrainedClusterMessages.RegisterExecutor
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.RegisterExecutor
- All Implemented Interfaces:
Serializable
,CoarseGrainedClusterMessage
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.RegisterExecutor
extends Object
implements CoarseGrainedClusterMessage, scala.Product, scala.Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRegisterExecutor
(String executorId, org.apache.spark.rpc.RpcEndpointRef executorRef, String hostname, int cores, scala.collection.immutable.Map<String, String> logUrls, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resources, int resourceProfileId) -
Method Summary
Modifier and TypeMethodDescriptionint
cores()
org.apache.spark.rpc.RpcEndpointRef
hostname()
logUrls()
int
scala.collection.immutable.Map<String,
ResourceInformation> Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
RegisterExecutor
public RegisterExecutor(String executorId, org.apache.spark.rpc.RpcEndpointRef executorRef, String hostname, int cores, scala.collection.immutable.Map<String, String> logUrls, scala.collection.immutable.Map<String, String> attributes, scala.collection.immutable.Map<String, ResourceInformation> resources, int resourceProfileId)
-
-
Method Details
-
executorId
-
executorRef
public org.apache.spark.rpc.RpcEndpointRef executorRef() -
hostname
-
cores
public int cores() -
logUrls
-
attributes
-
resources
-
resourceProfileId
public int resourceProfileId()
-