kafka.consumer

ConsumerFetcherThread

class ConsumerFetcherThread extends AbstractFetcherThread

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

Instance Constructors

  1. new ConsumerFetcherThread (name: String, config: ConsumerConfig, sourceBroker: Broker, partitionMap: Map[TopicAndPartition, PartitionTopicInfo], consumerFetcherManager: ConsumerFetcherManager)

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 addPartitions (partitionAndOffsets: Map[TopicAndPartition, Long]): Unit

    Definition Classes
    AbstractFetcherThread
  7. def asInstanceOf [T0] : T0

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

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

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

    Definition Classes
    ShutdownableThread
  9. def checkAccess (): Unit

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

    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws()
  11. val config : ConsumerConfig

  12. val consumerFetcherManager : ConsumerFetcherManager

  13. def debug (msg: ⇒ String, e: ⇒ Throwable): Unit

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

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

    Definition Classes
    Logging
  16. def doWork (): Unit

  17. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Definition Classes
    Logging
  25. val fetchRequestBuilder : FetchRequestBuilder

    Definition Classes
    AbstractFetcherThread
  26. val fetcherLagStats : FetcherLagStats

    Definition Classes
    AbstractFetcherThread
  27. val fetcherStats : FetcherStats

    Definition Classes
    AbstractFetcherThread
  28. def finalize (): Unit

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

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

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

    Definition Classes
    Thread
  32. def getName (): String

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

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

    Definition Classes
    Thread
  35. def getState (): State

    Definition Classes
    Thread
  36. def getThreadGroup (): ThreadGroup

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

    Definition Classes
    Thread
  38. def handleOffsetOutOfRange (topicAndPartition: TopicAndPartition): Long

  39. def handlePartitionsWithErrors (partitions: Iterable[TopicAndPartition]): Unit

  40. def hashCode (): Int

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

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

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

    Definition Classes
    Logging
  44. def initiateShutdown (): Boolean

    Definition Classes
    ShutdownableThread
  45. def interrupt (): Unit

    Definition Classes
    Thread
  46. def isAlive (): Boolean

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

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

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

    Definition Classes
    Thread
  50. val isInterruptible : Boolean

    Definition Classes
    ShutdownableThread
  51. val isRunning : AtomicBoolean

    Definition Classes
    ShutdownableThread
  52. def join (): Unit

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

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

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

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

    Definition Classes
    Logging
  57. val loggerName : String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  61. def partitionCount (): Int

    Definition Classes
    AbstractFetcherThread
  62. def processPartitionData (topicAndPartition: TopicAndPartition, fetchOffset: Long, partitionData: FetchResponsePartitionData): Unit

  63. def removePartitions (topicAndPartitions: Set[TopicAndPartition]): Unit

    Definition Classes
    AbstractFetcherThread
  64. def run (): Unit

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

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

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

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

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

    Definition Classes
    Thread
  70. def shutdown (): Unit

  71. val simpleConsumer : SimpleConsumer

    Definition Classes
    AbstractFetcherThread
  72. def start (): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Logging
  84. def wait (): Unit

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

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

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

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

    Definition Classes
    Logging
  89. 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 AbstractFetcherThread

Inherited from ShutdownableThread

Inherited from Logging

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any