|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.apache.spark.scheduler.local.StatusUpdate
public class StatusUpdate
Constructor Summary | |
---|---|
StatusUpdate(long taskId,
scala.Enumeration.Value state,
java.nio.ByteBuffer serializedData)
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
serializedData()
|
scala.Enumeration.Value |
state()
|
long |
taskId()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public StatusUpdate(long taskId, scala.Enumeration.Value state, java.nio.ByteBuffer serializedData)
Method Detail |
---|
public long taskId()
public scala.Enumeration.Value state()
public java.nio.ByteBuffer serializedData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |