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 Summary
ConstructorsConstructorDescriptionRegisterExecutor(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 TypeMethodDescriptionintcores()org.apache.spark.rpc.RpcEndpointRefhostname()logUrls()intscala.collection.immutable.Map<String,ResourceInformation> Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, 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() 
 -