kafka.tools.MirrorMaker

ProducerThread

class ProducerThread extends Thread with Logging with KafkaMetricsGroup

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

Instance Constructors

  1. new ProducerThread(dataChannel: DataChannel, producer: BaseProducer, threadId: Int)

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def awaitShutdown: Unit

  8. final def checkAccess(): Unit

    Definition Classes
    Thread
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws( ... )
  10. val dataChannel: DataChannel

  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. final def eq(arg0: AnyRef): Boolean

    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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

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

    Definition Classes
    Thread
  25. def getId(): Long

    Definition Classes
    Thread
  26. final def getName(): String

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

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

    Definition Classes
    Thread
  29. def getState(): State

    Definition Classes
    Thread
  30. final def getThreadGroup(): ThreadGroup

    Definition Classes
    Thread
  31. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

    Definition Classes
    Thread
  32. def hashCode(): Int

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

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

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

    Definition Classes
    Logging
  36. def interrupt(): Unit

    Definition Classes
    Thread
  37. final def isAlive(): Boolean

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

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

    Definition Classes
    Any
  40. def isInterrupted(): Boolean

    Definition Classes
    Thread
  41. final def join(): Unit

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

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

    Definition Classes
    Thread
    Annotations
    @throws( ... )
  44. var logIdent: String

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

    Definition Classes
    Logging
  46. val loggerName: String

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

    Definition Classes
    AnyRef
  48. def newGauge[T](name: String, metric: Gauge[T], tags: Map[String, String] = Map.empty): Gauge[T]

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

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

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

    Definition Classes
    KafkaMetricsGroup
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. val producer: BaseProducer

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

    Definition Classes
    KafkaMetricsGroup
  56. def run(): Unit

    Definition Classes
    ProducerThread → Thread → Runnable
  57. def setContextClassLoader(arg0: ClassLoader): Unit

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

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

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

    Definition Classes
    Thread
  61. def setUncaughtExceptionHandler(arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  62. def shutdown: Unit

  63. def start(): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  71. val threadId: Int

  72. def toString(): String

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

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

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

    Definition Classes
    Logging
  76. final def wait(): Unit

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

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

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

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

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

    Definition Classes
    Logging

Deprecated Value Members

  1. def countStackFrames(): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def stop(arg0: Throwable): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from KafkaMetricsGroup

Inherited from Logging

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped