public class TaskDescription
extends Object
implements scala.Serializable
TaskSetManager.resourceOffer.| Constructor and Description |
|---|
TaskDescription(long taskId,
int attemptNumber,
String executorId,
String name,
int index,
java.nio.ByteBuffer _serializedTask) |
| Modifier and Type | Method and Description |
|---|---|
int |
attemptNumber() |
String |
executorId() |
int |
index() |
String |
name() |
java.nio.ByteBuffer |
serializedTask() |
long |
taskId() |
String |
toString() |
public TaskDescription(long taskId,
int attemptNumber,
String executorId,
String name,
int index,
java.nio.ByteBuffer _serializedTask)
public long taskId()
public int attemptNumber()
public String executorId()
public String name()
public int index()
public java.nio.ByteBuffer serializedTask()
public String toString()
toString in class Object