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 SummaryFieldsModifier and TypeFieldDescriptionstatic final CoarseGrainedClusterMessages.StatusUpdate$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
applypublic 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
 
-