Class/Object

kafka.coordinator

GroupCoordinator

Related Docs: object GroupCoordinator | package coordinator

Permalink

class GroupCoordinator extends Logging

GroupCoordinator handles general group membership and offset management.

Each Kafka server instantiates a coordinator which is responsible for a set of groups. Groups are assigned to coordinators based on their group names.

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

Instance Constructors

  1. new GroupCoordinator(brokerId: Int, groupConfig: GroupConfig, offsetConfig: OffsetConfig, replicaManager: ReplicaManager, zkUtils: ZkUtils)

    Permalink
  2. new GroupCoordinator(brokerId: Int, groupConfig: GroupConfig, offsetConfig: OffsetConfig, groupManager: GroupMetadataManager)

    Permalink

Type Members

  1. type JoinCallback = (JoinGroupResult) ⇒ Unit

    Permalink
  2. type SyncCallback = (Array[Byte], Short) ⇒ Unit

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val brokerId: Int

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def debug(msg: ⇒ String, e: ⇒ Throwable): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val groupConfig: GroupConfig

    Permalink
  21. val groupManager: GroupMetadataManager

    Permalink
  22. def handleCommitOffsets(groupId: String, memberId: String, generationId: Int, offsetMetadata: Map[TopicAndPartition, OffsetAndMetadata], responseCallback: (Map[TopicAndPartition, Short]) ⇒ Unit): Unit

    Permalink
  23. def handleDescribeGroup(groupId: String): (Errors, GroupSummary)

    Permalink
  24. def handleFetchOffsets(groupId: String, partitions: Seq[TopicAndPartition]): Map[TopicAndPartition, OffsetMetadataAndError]

    Permalink
  25. def handleGroupEmigration(offsetTopicPartitionId: Int): Unit

    Permalink
  26. def handleGroupImmigration(offsetTopicPartitionId: Int): Unit

    Permalink
  27. def handleHeartbeat(groupId: String, memberId: String, generationId: Int, responseCallback: (Short) ⇒ Unit): Unit

    Permalink
  28. def handleJoinGroup(groupId: String, memberId: String, clientId: String, clientHost: String, sessionTimeoutMs: Int, protocolType: String, protocols: List[(String, Array[Byte])], responseCallback: JoinCallback): Unit

    Permalink
  29. def handleLeaveGroup(groupId: String, consumerId: String, responseCallback: (Short) ⇒ Unit): Unit

    Permalink
  30. def handleListGroups(): (Errors, List[GroupOverview])

    Permalink
  31. def handleSyncGroup(groupId: String, generation: Int, memberId: String, groupAssignment: Map[String, Array[Byte]], responseCallback: SyncCallback): Unit

    Permalink
  32. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    Any
  37. var logIdent: String

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

    Permalink
    Definition Classes
    Logging
  39. val loggerName: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  43. val offsetConfig: OffsetConfig

    Permalink
  44. def offsetsTopicConfigs: Properties

    Permalink
  45. def onCompleteHeartbeat(): Unit

    Permalink
  46. def onCompleteJoin(group: GroupMetadata): Unit

    Permalink
  47. def onExpireHeartbeat(group: GroupMetadata, member: MemberMetadata, heartbeatDeadline: Long): Unit

    Permalink
  48. def onExpireJoin(): Unit

    Permalink
  49. def partitionFor(group: String): Int

    Permalink
  50. def shutdown(): Unit

    Permalink

    Shutdown logic executed at the same time when server shuts down.

    Shutdown logic executed at the same time when server shuts down. Ordering of actions should be reversed from the startup process.

  51. def startup(): Unit

    Permalink

    Startup logic executed at the same time when the server starts up.

  52. def swallow(action: ⇒ Unit): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Logging
  63. def tryCompleteHeartbeat(group: GroupMetadata, member: MemberMetadata, heartbeatDeadline: Long, forceComplete: () ⇒ Boolean): Boolean

    Permalink
  64. def tryCompleteJoin(group: GroupMetadata, forceComplete: () ⇒ Boolean): Boolean

    Permalink
  65. final def wait(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped