Packages

c

org.apache.spark.sql.execution.streaming

QueryExecutionThread

abstract class QueryExecutionThread extends UninterruptibleThread

A special thread to run the stream query. Some codes require to run in the QueryExecutionThread and will use classOf[QueryExecutionThread] to check.

Linear Supertypes
UninterruptibleThread, Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryExecutionThread
  2. UninterruptibleThread
  3. Thread
  4. Runnable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new QueryExecutionThread(name: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def getContextClassLoader(): ClassLoader
    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  10. def getId(): Long
    Definition Classes
    Thread
  11. final def getName(): String
    Definition Classes
    Thread
  12. final def getPriority(): Int
    Definition Classes
    Thread
  13. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Thread
  14. def getState(): java.lang.Thread.State
    Definition Classes
    Thread
  15. final def getThreadGroup(): ThreadGroup
    Definition Classes
    Thread
  16. def getUncaughtExceptionHandler(): UncaughtExceptionHandler
    Definition Classes
    Thread
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def interrupt(): Unit
    Definition Classes
    UninterruptibleThread → Thread
  19. final def isAlive(): Boolean
    Definition Classes
    Thread
  20. final def isDaemon(): Boolean
    Definition Classes
    Thread
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isInterrupted(): Boolean
    Definition Classes
    Thread
  23. final def join(): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def join(arg0: Long, arg1: Int): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def join(arg0: Long): Unit
    Definition Classes
    Thread
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def run(): Unit
    Definition Classes
    Thread → Runnable
  30. def runUninterruptibly[T](f: => T): T
    Definition Classes
    UninterruptibleThread
  31. def setContextClassLoader(arg0: ClassLoader): Unit
    Definition Classes
    Thread
  32. final def setDaemon(arg0: Boolean): Unit
    Definition Classes
    Thread
  33. final def setName(arg0: String): Unit
    Definition Classes
    Thread
  34. final def setPriority(arg0: Int): Unit
    Definition Classes
    Thread
  35. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit
    Definition Classes
    Thread
  36. def start(): Unit
    Definition Classes
    Thread
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    Thread → AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. final def checkAccess(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated

    (Since version 17)

  2. def countStackFrames(): Int
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated

    (Since version 1.2)

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  4. final def resume(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated

    (Since version 1.2)

  5. final def stop(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated

    (Since version 1.2)

  6. final def suspend(): Unit
    Definition Classes
    Thread
    Annotations
    @Deprecated
    Deprecated

    (Since version 1.2)

Inherited from UninterruptibleThread

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped