| Modifier and Type | Method and Description |
|---|---|
List<String> |
ZookeeperClient.addChildListener(String path,
ChildListener listener) |
void |
ZookeeperClient.removeChildListener(String path,
ChildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.curator.framework.api.CuratorWatcher |
CuratorZookeeperClient.createTargetChildListener(String path,
ChildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractZookeeperClient.addChildListener(String path,
ChildListener listener) |
void |
AbstractZookeeperClient.removeChildListener(String path,
ChildListener listener) |
| Modifier and Type | Method and Description |
|---|---|
org.I0Itec.zkclient.IZkChildListener |
ZkclientZookeeperClient.createTargetChildListener(String path,
ChildListener listener) |
Copyright © 2012–2018 The Dubbo Project. All rights reserved.