org.apache.spark.scheduler.local
Class KillTask

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

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

See Also:
Serialized Form

Constructor Summary
KillTask(long taskId, boolean interruptThread)
           
 
Method Summary
 boolean interruptThread()
           
 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

KillTask

public KillTask(long taskId,
                boolean interruptThread)
Method Detail

taskId

public long taskId()

interruptThread

public boolean interruptThread()