提交 235533ae 编写于 作者: 武汉红喜's avatar 武汉红喜

CuratorTest

上级 19c87799
......@@ -19,6 +19,8 @@ public class CuratorTest {
String path1 = "/test";
Stat stat = client.checkExists().forPath(path1);
if (stat == null) {
// client.create()...
// client.setData()...
client.inTransaction()
.create().forPath(path1, "hongxi.org".getBytes())
.and().setData().forPath(path1, "org.hongxi".getBytes())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册