org.apache.spark.scheduler.local
Class StatusUpdate

Object
  extended by org.apache.spark.scheduler.local.StatusUpdate
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class StatusUpdate
extends Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

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

StatusUpdate

public StatusUpdate(long taskId,
                    scala.Enumeration.Value state,
                    java.nio.ByteBuffer serializedData)
Method Detail

taskId

public long taskId()

state

public scala.Enumeration.Value state()

serializedData

public java.nio.ByteBuffer serializedData()