public static class CoarseGrainedClusterMessages.StatusUpdate extends Object implements CoarseGrainedClusterMessage, scala.Product, scala.Serializable
Constructor and Description |
---|
StatusUpdate(String executorId,
long taskId,
scala.Enumeration.Value state,
org.apache.spark.util.SerializableBuffer data,
int taskCpus,
scala.collection.immutable.Map<String,ResourceInformation> resources) |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.util.SerializableBuffer |
data() |
String |
executorId() |
scala.collection.immutable.Map<String,ResourceInformation> |
resources() |
scala.Enumeration.Value |
state() |
int |
taskCpus() |
long |
taskId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public StatusUpdate(String executorId, long taskId, scala.Enumeration.Value state, org.apache.spark.util.SerializableBuffer data, int taskCpus, scala.collection.immutable.Map<String,ResourceInformation> resources)
public String executorId()
public long taskId()
public scala.Enumeration.Value state()
public org.apache.spark.util.SerializableBuffer data()
public int taskCpus()
public scala.collection.immutable.Map<String,ResourceInformation> resources()