kafka.producer.async

ProducerSendThread

class ProducerSendThread [K, V] extends Thread with Logging with KafkaMetricsGroup

Linear Supertypes
KafkaMetricsGroup, Logging, Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ProducerSendThread
  2. KafkaMetricsGroup
  3. Logging
  4. Thread
  5. Runnable
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProducerSendThread (threadName: String, queue: BlockingQueue[KeyedMessage[K, V]], handler: EventHandler[K, V], queueTime: Long, batchSize: Int, clientId: String)

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. val batchSize : Int

  8. def checkAccess (): Unit

    Attributes
    final
    Definition Classes
    Thread
  9. val clientId : String

  10. def clone (): AnyRef

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Logging
  22. def finalize (): Unit

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

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

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

    Definition Classes
    Thread
  26. def getName (): String

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

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

    Definition Classes
    Thread
  29. def getState (): State

    Definition Classes
    Thread
  30. def getThreadGroup (): ThreadGroup

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

    Definition Classes
    Thread
  32. val handler : EventHandler[K, V]

  33. def hashCode (): Int

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

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

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

    Definition Classes
    Logging
  37. def interrupt (): Unit

    Definition Classes
    Thread
  38. def isAlive (): Boolean

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

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

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

    Definition Classes
    Thread
  42. def join (): Unit

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

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

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

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

    Definition Classes
    Logging
  47. val loggerName : String

    Definition Classes
    Logging
  48. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  49. def newGauge [T] (name: String, metric: Gauge[T], tags: Map[String, String]): Gauge[T]

    Definition Classes
    KafkaMetricsGroup
  50. def newHistogram (name: String, biased: Boolean = true, tags: Map[String, String] = Map.empty): Histogram

    Definition Classes
    KafkaMetricsGroup
  51. def newMeter (name: String, eventType: String, timeUnit: TimeUnit, tags: Map[String, String] = Map.empty): Meter

    Definition Classes
    KafkaMetricsGroup
  52. def newTimer (name: String, durationUnit: TimeUnit, rateUnit: TimeUnit, tags: Map[String, String] = Map.empty): Timer

    Definition Classes
    KafkaMetricsGroup
  53. def notify (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  55. val queue : BlockingQueue[KeyedMessage[K, V]]

  56. val queueTime : Long

  57. def removeMetric (name: String, tags: Map[String, String] = Map.empty): Unit

    Definition Classes
    KafkaMetricsGroup
  58. def run (): Unit

    Definition Classes
    ProducerSendThread → Thread → Runnable
  59. def setContextClassLoader (arg0: ClassLoader): Unit

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

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

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

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

    Definition Classes
    Thread
  64. def shutdown : Unit

  65. def start (): Unit

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  73. val threadName : String

  74. def toString (): String

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

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

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

    Definition Classes
    Logging
  78. def tryToHandle (events: Seq[KeyedMessage[K, V]]): Unit

  79. def wait (): Unit

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

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

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

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

    Definition Classes
    Logging
  84. 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 KafkaMetricsGroup

Inherited from Logging

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any