Class/Object

kafka.consumer

ConsumerFetcherThread

Related Docs: object ConsumerFetcherThread | package consumer

Permalink

class ConsumerFetcherThread extends AbstractFetcherThread

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

Instance Constructors

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

    Permalink

Type Members

  1. type PD = PartitionData

    Permalink
  2. type REQ = FetchRequest

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addPartitions(partitionAndOffsets: Map[TopicAndPartition, Long]): Unit

    Permalink
    Definition Classes
    AbstractFetcherThread
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def awaitShutdown(): Unit

    Permalink

    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
  7. def buildFetchRequest(partitionMap: Map[TopicAndPartition, PartitionFetchState]): FetchRequest

    Permalink
    Attributes
    protected
    Definition Classes
    ConsumerFetcherThreadAbstractFetcherThread
  8. final def checkAccess(): Unit

    Permalink
    Definition Classes
    Thread
  9. def clone(): AnyRef

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

    Permalink
  11. val consumerFetcherManager: ConsumerFetcherManager

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

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

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

    Permalink
    Definition Classes
    Logging
  15. def delayPartitions(partitions: Iterable[TopicAndPartition], delay: Long): Unit

    Permalink
    Definition Classes
    AbstractFetcherThread
  16. def doWork(): Unit

    Permalink

    This method is repeatedly invoked until the thread shuts down or this method throws an exception

    This method is repeatedly invoked until the thread shuts down or this method throws an exception

    Definition Classes
    AbstractFetcherThreadShutdownableThread
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  25. def fetch(fetchRequest: FetchRequest): Map[TopicAndPartition, PartitionData]

    Permalink
    Attributes
    protected
    Definition Classes
    ConsumerFetcherThreadAbstractFetcherThread
  26. val fetcherLagStats: FetcherLagStats

    Permalink
    Definition Classes
    AbstractFetcherThread
  27. val fetcherStats: FetcherStats

    Permalink
    Definition Classes
    AbstractFetcherThread
  28. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Thread
  32. final def getName(): String

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

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

    Permalink
    Definition Classes
    Thread
  35. def getState(): State

    Permalink
    Definition Classes
    Thread
  36. final def getThreadGroup(): ThreadGroup

    Permalink
    Definition Classes
    Thread
  37. def getUncaughtExceptionHandler(): UncaughtExceptionHandler

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

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

    Permalink
  40. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Logging
  44. def initiateShutdown(): Boolean

    Permalink
  45. def interrupt(): Unit

    Permalink
    Definition Classes
    Thread
  46. final def isAlive(): Boolean

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

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

    Permalink
    Definition Classes
    Any
  49. def isInterrupted(): Boolean

    Permalink
    Definition Classes
    Thread
  50. val isInterruptible: Boolean

    Permalink
    Definition Classes
    ShutdownableThread
  51. val isRunning: AtomicBoolean

    Permalink
    Definition Classes
    ShutdownableThread
  52. final def join(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Logging
  57. val loggerName: String

    Permalink
    Definition Classes
    Logging
  58. val name: String

    Permalink
    Definition Classes
    ShutdownableThread
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. def partitionCount(): Int

    Permalink
    Definition Classes
    AbstractFetcherThread
  63. def processPartitionData(topicAndPartition: TopicAndPartition, fetchOffset: Long, partitionData: PartitionData): Unit

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

    Permalink
    Definition Classes
    AbstractFetcherThread
  65. def run(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Thread
  71. def shutdown(): Unit

    Permalink
  72. def start(): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  80. def toString(): String

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

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

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

    Permalink
    Definition Classes
    Logging
  84. final def wait(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Logging

Deprecated Value Members

  1. def countStackFrames(): Int

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def destroy(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def resume(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. final def stop(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. final def suspend(): Unit

    Permalink
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) 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

Ungrouped