public class ZkUtils
extends java.lang.Object
implements java.lang.AutoCloseable
Constructor and Description |
---|
ZkUtils(java.lang.String zkConnect,
int sessionTimeoutMs,
int connectionTimeout,
boolean isSecure) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
createPersistentPath(java.lang.String path,
java.lang.String data) |
org.apache.zookeeper.data.Stat |
readStat(java.lang.String path) |