Class/Object

kafka.network

RequestChannel

Related Docs: object RequestChannel | package network

Permalink

class RequestChannel extends KafkaMetricsGroup

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RequestChannel
  2. KafkaMetricsGroup
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RequestChannel(numProcessors: Int, queueSize: Int)

    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 addResponseListener(onResponse: (Int) ⇒ Unit): Unit

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def closeConnection(processor: Int, request: Request): Unit

    Permalink

    Close the connection for the request

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

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

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

    Permalink
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  19. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. var logIdent: String

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

    Permalink
    Definition Classes
    Logging
  28. val loggerName: String

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

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

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

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

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

    Permalink
    Definition Classes
    KafkaMetricsGroup
  34. def noOperation(processor: Int, request: Request): Unit

    Permalink

    No operation to take for the request, need to read more over the network

  35. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  37. val numProcessors: Int

    Permalink
  38. val queueSize: Int

    Permalink
  39. def receiveRequest(): Request

    Permalink

    Get the next request or block until there is one

  40. def receiveRequest(timeout: Long): Request

    Permalink

    Get the next request or block until specified time has elapsed

  41. def receiveResponse(processor: Int): Response

    Permalink

    Get a response for the given processor if there is one

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

    Permalink
    Definition Classes
    KafkaMetricsGroup
  43. def sendRequest(request: Request): Unit

    Permalink

    Send a request to be handled, potentially blocking until there is room in the queue for the request

  44. def sendResponse(response: Response): Unit

    Permalink

    Send a response back to the socket server to be sent over the network

  45. def shutdown(): Unit

    Permalink
  46. def swallow(action: ⇒ Unit): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from KafkaMetricsGroup

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped