org.fusesource.fabric.groups.internal

ZooKeeperGroup

class ZooKeeperGroup extends Group with LifecycleListener with ChangeListenerSupport

Linear Supertypes
ChangeListenerSupport, LifecycleListener, Group, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ZooKeeperGroup
  2. ChangeListenerSupport
  3. LifecycleListener
  4. Group
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZooKeeperGroup (zk: IZKClient, root: String)

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def add (listener: ChangeListener): Unit

    Definition Classes
    ChangeListenerSupport
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def check_elapsed_time [T] (func: ⇒ T): T

    Definition Classes
    ChangeListenerSupport
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def close : Unit

    A group should be closed to release aquired resources used to monitor the group membership.

    A group should be closed to release aquired resources used to monitor the group membership.

    Whe the Group is closed, any memberships registered via this Group will be removed from the group.

    Definition Classes
    ZooKeeperGroupGroup
  11. def connected : Boolean

    Are we connected with the cluster?

    Are we connected with the cluster?

    Definition Classes
    ZooKeeperGroupChangeListenerSupportGroup
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def fireChanged (): Unit

    Definition Classes
    ChangeListenerSupport
  16. def fireConnected (): Unit

    Definition Classes
    ChangeListenerSupport
  17. def fireDisconnected (): Unit

    Definition Classes
    ChangeListenerSupport
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  19. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  21. def join (data: Array[Byte] = null): String

    Adds a member to the group with some associated data.

    Adds a member to the group with some associated data.

    Definition Classes
    ZooKeeperGroupGroup
  22. val joins : HashMap[String, Int]

  23. def leave (path: String): Unit

    Removes a previously added member.

    Removes a previously added member.

    Definition Classes
    ZooKeeperGroupGroup
  24. var listeners : List[ChangeListener]

    Definition Classes
    ChangeListenerSupport
  25. var members : LinkedHashMap[String, Array[Byte]]

    Lists all the members currently in the group.

    Lists all the members currently in the group.

    Definition Classes
    ZooKeeperGroupGroup
  26. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  29. def onConnected (): Unit

    Definition Classes
    ZooKeeperGroup → LifecycleListener
  30. def onDisconnected (): Unit

    Definition Classes
    ZooKeeperGroup → LifecycleListener
  31. def remove (listener: ChangeListener): Unit

    Definition Classes
    ChangeListenerSupport
  32. val root : String

  33. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. val tree : ZooKeeperTreeTracker[Array[Byte]]

  36. def update (path: String, data: Array[Byte] = null): Unit

    Updates the data associated with joined member.

    Updates the data associated with joined member.

    Definition Classes
    ZooKeeperGroupGroup
  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. val zk : IZKClient

Inherited from ChangeListenerSupport

Inherited from LifecycleListener

Inherited from Group

Inherited from AnyRef

Inherited from Any