kafka.utils

ZkUtils

object ZkUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ZkUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val BrokerIdsPath: String

  7. val BrokerSequenceIdPath: String

  8. val BrokerTopicsPath: String

  9. val ConsumersPath: String

  10. val ControllerEpochPath: String

  11. val ControllerPath: String

  12. def DefaultAcls(isSecure: Boolean): List[ACL]

  13. val DeleteTopicsPath: String

  14. val EntityConfigChangesPath: String

  15. val EntityConfigPath: String

  16. val IsrChangeNotificationPath: String

  17. val PreferredReplicaLeaderElectionPath: String

  18. val ReassignPartitionsPath: String

  19. def apply(zkClient: ZkClient, isZkSecurityEnabled: Boolean): ZkUtils

  20. def apply(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int, isZkSecurityEnabled: Boolean): ZkUtils

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def createZkClient(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int): ZkClient

  24. def createZkClientAndConnection(zkUrl: String, sessionTimeout: Int, connectionTimeout: Int): (ZkClient, ZkConnection)

  25. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  29. def getDeleteTopicPath(topic: String): String

  30. def getEntityConfigPath(entityType: String, entity: String): String

  31. def getEntityConfigRootPath(entityType: String): String

  32. def getTopicPartitionLeaderAndIsrPath(topic: String, partitionId: Int): String

  33. def getTopicPartitionPath(topic: String, partitionId: Int): String

  34. def getTopicPartitionsPath(topic: String): String

  35. def getTopicPath(topic: String): String

  36. def hashCode(): Int

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

    Definition Classes
    Any
  38. def maybeDeletePath(zkUrl: String, dir: String): Unit

  39. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped