Class CoarseGrainedClusterMessages.StatusUpdate$
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.StatusUpdate$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.StatusUpdate$
extends Object
implements Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CoarseGrainedClusterMessages.StatusUpdate$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionapply
(String executorId, long taskId, scala.Enumeration.Value state, ByteBuffer data, int taskCpus, scala.collection.immutable.Map<String, scala.collection.immutable.Map<String, Object>> resources) Alternate factory method that takes a ByteBuffer directly for the data field
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StatusUpdate$
public StatusUpdate$()
-
-
Method Details
-
apply
public CoarseGrainedClusterMessages.StatusUpdate apply(String executorId, long taskId, scala.Enumeration.Value state, ByteBuffer data, int taskCpus, scala.collection.immutable.Map<String, scala.collection.immutable.Map<String, Object>> resources) Alternate factory method that takes a ByteBuffer directly for the data field
-