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 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

      public String executorId()
    • executorRef

      public org.apache.spark.rpc.RpcEndpointRef executorRef()
    • hostname

      public String hostname()
    • cores

      public int cores()
    • logUrls

      public scala.collection.immutable.Map<String,String> logUrls()
    • attributes

      public scala.collection.immutable.Map<String,String> attributes()
    • resources

      public scala.collection.immutable.Map<String,ResourceInformation> resources()
    • resourceProfileId

      public int resourceProfileId()