Package | Description |
---|---|
io.fabric8.groups | |
io.fabric8.groups.internal |
Modifier and Type | Method and Description |
---|---|
void |
Group.add(GroupListener<T> listener)
Registers a listener which will be called
when the cluster membership changes or
the group is connected or disconnected.
|
void |
Group.remove(GroupListener<T> listener)
Removes a previously added listener.
|
Modifier and Type | Method and Description |
---|---|
org.apache.curator.framework.listen.ListenerContainer<GroupListener<T>> |
ZooKeeperGroup.getListenable()
Return the cache listenable
|
Modifier and Type | Method and Description |
---|---|
void |
ZooKeeperGroup.add(GroupListener<T> listener) |
void |
DelegateZooKeeperGroup.add(GroupListener<T> listener) |
void |
ZooKeeperGroup.remove(GroupListener<T> listener) |
void |
DelegateZooKeeperGroup.remove(GroupListener<T> listener) |
Copyright © 2014 Red Hat. All Rights Reserved.