object
ZkUtils
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
BrokerIdsPath: String
-
val
BrokerSequenceIdPath: String
-
val
BrokerTopicsPath: String
-
val
ConsumersPath: String
-
val
ControllerEpochPath: String
-
val
ControllerPath: String
-
def
DefaultAcls(isSecure: Boolean): List[ACL]
-
val
DeleteTopicsPath: String
-
val
EntityConfigChangesPath: String
-
val
EntityConfigPath: String
-
val
IsrChangeNotificationPath: String
-
val
PreferredReplicaLeaderElectionPath: String
-
val
ReassignPartitionsPath: String
-
def
apply(zkClient: ZkClient, isZkSecurityEnabled: Boolean): ZkUtils
-
def
apply(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int, isZkSecurityEnabled: Boolean): ZkUtils
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
createZkClient(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int): ZkClient
-
def
createZkClientAndConnection(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int): (ZkClient, ZkConnection)
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getDeleteTopicPath(topic: String): String
-
def
getEntityConfigPath(entityType: String, entity: String): String
-
def
getEntityConfigRootPath(entityType: String): String
-
def
getTopicPartitionLeaderAndIsrPath(topic: String, partitionId: Int): String
-
def
getTopicPartitionPath(topic: String, partitionId: Int): String
-
def
getTopicPartitionsPath(topic: String): String
-
def
getTopicPath(topic: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
maybeDeletePath(zkUrl: String, dir: String): Unit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any