kafka.utils

ShutdownableThread

class ShutdownableThread extends Thread with Logging

Attributes
abstract
Linear Supertypes
Logging, Thread, Runnable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ShutdownableThread
  2. Logging
  3. Thread
  4. Runnable
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShutdownableThread (name: String, isInterruptible: Boolean)

Abstract Value Members

  1. def doWork (): Unit

    Attributes
    abstract

Concrete Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def awaitShutdown (): Unit

    After calling initiateShutdown(), use this API to wait until the shutdown is complete

  8. def checkAccess (): Unit

    Attributes
    final
    Definition Classes
    Thread
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws()
  10. def debug (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  11. def debug (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  12. def debug (msg: ⇒ String): Unit

    Definition Classes
    Logging
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def error (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  16. def error (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  17. def error (msg: ⇒ String): Unit

    Definition Classes
    Logging
  18. def fatal (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  19. def fatal (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  20. def fatal (msg: ⇒ String): Unit

    Definition Classes
    Logging
  21. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  22. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  23. def getContextClassLoader (): ClassLoader

    Definition Classes
    Thread
    Annotations
    @CallerSensitive()
  24. def getId (): Long

    Definition Classes
    Thread
  25. def getName (): String

    Attributes
    final
    Definition Classes
    Thread
  26. def getPriority (): Int

    Attributes
    final
    Definition Classes
    Thread
  27. def getStackTrace (): Array[StackTraceElement]

    Definition Classes
    Thread
  28. def getState (): State

    Definition Classes
    Thread
  29. def getThreadGroup (): ThreadGroup

    Attributes
    final
    Definition Classes
    Thread
  30. def getUncaughtExceptionHandler (): UncaughtExceptionHandler

    Definition Classes
    Thread
  31. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  32. def info (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  33. def info (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  34. def info (msg: ⇒ String): Unit

    Definition Classes
    Logging
  35. def initiateShutdown (): Boolean

  36. def interrupt (): Unit

    Definition Classes
    Thread
  37. def isAlive (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  38. def isDaemon (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  39. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  40. def isInterrupted (): Boolean

    Definition Classes
    Thread
  41. val isInterruptible : Boolean

  42. val isRunning : AtomicBoolean

  43. def join (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  44. def join (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  45. def join (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  46. var logIdent : String

    Attributes
    protected
    Definition Classes
    Logging
  47. lazy val logger : Logger

    Definition Classes
    Logging
  48. val loggerName : String

    Definition Classes
    Logging
  49. val name : String

  50. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  51. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  52. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  53. def run (): Unit

    Definition Classes
    ShutdownableThread → Thread → Runnable
  54. def setContextClassLoader (arg0: ClassLoader): Unit

    Definition Classes
    Thread
  55. def setDaemon (arg0: Boolean): Unit

    Attributes
    final
    Definition Classes
    Thread
  56. def setName (arg0: String): Unit

    Attributes
    final
    Definition Classes
    Thread
  57. def setPriority (arg0: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
  58. def setUncaughtExceptionHandler (arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  59. def shutdown (): Unit

  60. def start (): Unit

    Definition Classes
    Thread
  61. def swallow (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  62. def swallowDebug (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  63. def swallowError (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  64. def swallowInfo (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  65. def swallowTrace (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  66. def swallowWarn (action: ⇒ Unit): Unit

    Definition Classes
    Logging
  67. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  68. def toString (): String

    Definition Classes
    Thread → AnyRef → Any
  69. def trace (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  70. def trace (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  71. def trace (msg: ⇒ String): Unit

    Definition Classes
    Logging
  72. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  73. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  74. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  75. def warn (msg: ⇒ String, e: ⇒ Throwable): Unit

    Definition Classes
    Logging
  76. def warn (e: ⇒ Throwable): Any

    Definition Classes
    Logging
  77. def warn (msg: ⇒ String): Unit

    Definition Classes
    Logging

Deprecated Value Members

  1. def countStackFrames (): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  2. def destroy (): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  3. def resume (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  4. def stop (arg0: Throwable): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  5. def stop (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  6. def suspend (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

Inherited from Logging

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any