public class ZkBase extends Object
| 构造器和说明 |
|---|
ZkBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Keeper keeper) |
void |
create(String path,
String value,
org.apache.zookeeper.CreateMode mode) |
String |
get(String path) |
List<String> |
getChildren(String path) |
static ZkBase |
getInstance() |
static void |
init(String address) |
void |
refresh(String path,
String value) |
void |
remove(String path) |
Copyright © 2018. All rights reserved.