public class CuratorZookeeperClient extends AbstractZookeeperClient<org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.NodeCacheListenerImpl,org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl>
| Constructor and Description |
|---|
CuratorZookeeperClient(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
addTargetChildListener(String path,
org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl listener) |
boolean |
checkExists(String path) |
void |
createEphemeral(String path) |
void |
createPersistent(String path) |
org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl |
createTargetChildListener(String path,
ChildListener listener) |
void |
doClose() |
String |
doGetContent(String path) |
List<String> |
getChildren(String path) |
boolean |
isConnected() |
void |
removeTargetChildListener(String path,
org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl listener) |
addChildListener, addDataListener, addDataListener, addStateListener, close, create, create, delete, getContent, getSessionListeners, getUrl, removeChildListener, removeDataListener, removeStateListenerpublic CuratorZookeeperClient(URL url)
public void createPersistent(String path)
public void createEphemeral(String path)
public boolean checkExists(String path)
public boolean isConnected()
public void doClose()
public org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl createTargetChildListener(String path, ChildListener listener)
public List<String> addTargetChildListener(String path, org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl listener)
public void removeTargetChildListener(String path, org.apache.dubbo.remoting.zookeeper.curator.CuratorZookeeperClient.CuratorWatcherImpl listener)
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.