Class

kafka.controller

ControllerContext

Related Doc: package controller

Permalink

class ControllerContext extends AnyRef

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

Instance Constructors

  1. new ControllerContext(zkUtils: ZkUtils, zkSessionTimeout: 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 allLiveReplicas(): Set[PartitionAndReplica]

    Permalink
  5. var allTopics: Set[String]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val brokerShutdownLock: AnyRef

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var controllerChannelManager: ControllerChannelManager

    Permalink
  10. val controllerLock: ReentrantLock

    Permalink
  11. var epoch: Int

    Permalink
  12. var epochZkVersion: Int

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def liveBrokerIds: Set[Int]

    Permalink
  20. def liveBrokers: Set[Broker]

    Permalink
  21. def liveBrokers_=(brokers: Set[Broker]): Unit

    Permalink
  22. def liveOrShuttingDownBrokerIds: Set[Int]

    Permalink
  23. def liveOrShuttingDownBrokers: Set[Broker]

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. var partitionLeadershipInfo: Map[TopicAndPartition, LeaderIsrAndControllerEpoch]

    Permalink
  28. var partitionReplicaAssignment: Map[TopicAndPartition, Seq[Int]]

    Permalink
  29. val partitionsBeingReassigned: Map[TopicAndPartition, ReassignedPartitionsContext]

    Permalink
  30. def partitionsForTopic(topic: String): Set[TopicAndPartition]

    Permalink
  31. def partitionsOnBroker(brokerId: Int): Set[TopicAndPartition]

    Permalink
  32. val partitionsUndergoingPreferredReplicaElection: Set[TopicAndPartition]

    Permalink
  33. def removeTopic(topic: String): Unit

    Permalink
  34. def replicasForPartition(partitions: Set[TopicAndPartition]): Set[PartitionAndReplica]

    Permalink
  35. def replicasForTopic(topic: String): Set[PartitionAndReplica]

    Permalink
  36. def replicasOnBrokers(brokerIds: Set[Int]): Set[PartitionAndReplica]

    Permalink
  37. var shuttingDownBrokerIds: Set[Int]

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. val zkSessionTimeout: Int

    Permalink
  44. val zkUtils: ZkUtils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped