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