Class CoarseGrainedClusterMessages.RegisterExecutor
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.RegisterExecutor
- All Implemented Interfaces:
- Serializable,- CoarseGrainedClusterMessage,- scala.Equals,- scala.Product
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.RegisterExecutor
extends Object
implements CoarseGrainedClusterMessage, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRegisterExecutor(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 SummaryModifier and TypeMethodDescriptionintcores()org.apache.spark.rpc.RpcEndpointRefhostname()logUrls()intscala.collection.immutable.Map<String,ResourceInformation> Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
RegisterExecutorpublic 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
- 
executorRefpublic org.apache.spark.rpc.RpcEndpointRef executorRef()
- 
hostname
- 
corespublic int cores()
- 
logUrls
- 
attributes
- 
resources
- 
resourceProfileIdpublic int resourceProfileId()
 
-