kafka.api

FetchResponse

case class FetchResponse (correlationId: Int, data: Map[TopicAndPartition, FetchResponsePartitionData]) extends RequestOrResponse with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, RequestOrResponse, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FetchResponse
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. RequestOrResponse
  7. Logging
  8. AnyRef
  9. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FetchResponse (correlationId: Int, data: Map[TopicAndPartition, FetchResponsePartitionData])

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. def canEqual (arg0: Any): Boolean

    Definition Classes
    FetchResponse → Equals
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. val correlationId : Int

  10. val data : Map[TopicAndPartition, FetchResponsePartitionData]

  11. lazy val dataGroupedByTopic : Map[String, Map[TopicAndPartition, FetchResponsePartitionData]]

    Partitions the data into a map of maps (one for each topic).

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

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

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

    Definition Classes
    Logging
  15. def describe (details: Boolean): String

    Definition Classes
    FetchResponseRequestOrResponse
  16. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    Logging
  21. def errorCode (topic: String, partition: Int): Short

  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. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  27. def handleError (e: Throwable, requestChannel: RequestChannel, request: Request): Unit

    Definition Classes
    RequestOrResponse
  28. def hasError : Boolean

  29. def hashCode (): Int

    Definition Classes
    FetchResponse → AnyRef → Any
  30. def highWatermark (topic: String, partition: Int): Long

  31. def info (msg: ⇒ String, e: ⇒ Throwable): Unit

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

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

    Definition Classes
    Logging
  34. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  35. var logIdent : String

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

    Definition Classes
    Logging
  37. val loggerName : String

    Definition Classes
    Logging
  38. def messageSet (topic: String, partition: Int): ByteBufferMessageSet

  39. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  42. def productArity : Int

    Definition Classes
    FetchResponse → Product
  43. def productElement (arg0: Int): Any

    Definition Classes
    FetchResponse → Product
  44. def productIterator : Iterator[Any]

    Definition Classes
    Product
  45. def productPrefix : String

    Definition Classes
    FetchResponse → Product
  46. val requestId : Option[Short]

    Definition Classes
    RequestOrResponse
  47. val sizeInBytes : Int

    Definition Classes
    FetchResponseRequestOrResponse
  48. def swallow (action: ⇒ Unit): Unit

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Logging
  59. def wait (): Unit

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

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

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

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

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

    Definition Classes
    Logging
  65. def writeTo (buffer: ByteBuffer): Unit

    Definition Classes
    FetchResponseRequestOrResponse

Deprecated Value Members

  1. def productElements : Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RequestOrResponse

Inherited from Logging

Inherited from AnyRef

Inherited from Any