kafka
.
controller
ControllerContext
class
ControllerContext
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ControllerContext
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
ControllerContext
(
zkClient:
ZkClient
,
zkSessionTimeout:
Int
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
allLiveReplicas
()
:
Set
[
PartitionAndReplica
]
var
allTopics
:
Set
[
String
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
brokerShutdownLock
:
AnyRef
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
var
controllerChannelManager
:
ControllerChannelManager
val
controllerLock
:
ReentrantLock
val
correlationId
:
AtomicInteger
var
epoch
:
Int
var
epochZkVersion
:
Int
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
liveBrokerIds
:
Set
[
Int
]
def
liveBrokers
:
Set
[
Broker
]
def
liveBrokers_=
(
brokers:
Set
[
Broker
]
)
:
Unit
def
liveOrShuttingDownBrokerIds
:
Set
[
Int
]
def
liveOrShuttingDownBrokers
:
Set
[
Broker
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
partitionLeadershipInfo
:
Map
[
TopicAndPartition
,
LeaderIsrAndControllerEpoch
]
var
partitionReplicaAssignment
:
Map
[
TopicAndPartition
,
Seq
[
Int
]]
var
partitionsBeingReassigned
:
Map
[
TopicAndPartition
,
ReassignedPartitionsContext
]
def
partitionsForTopic
(
topic:
String
)
:
Set
[
TopicAndPartition
]
def
partitionsOnBroker
(
brokerId:
Int
)
:
Set
[
TopicAndPartition
]
var
partitionsUndergoingPreferredReplicaElection
:
Set
[
TopicAndPartition
]
def
removeTopic
(
topic:
String
)
:
Unit
def
replicasForPartition
(
partitions:
Set
[
TopicAndPartition
]
)
:
Set
[
PartitionAndReplica
]
def
replicasForTopic
(
topic:
String
)
:
Set
[
PartitionAndReplica
]
def
replicasOnBrokers
(
brokerIds:
Set
[
Int
]
)
:
Set
[
PartitionAndReplica
]
var
shuttingDownBrokerIds
:
Set
[
Int
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
zkClient
:
ZkClient
val
zkSessionTimeout
:
Int
Inherited from
AnyRef
Inherited from
Any
Ungrouped