Apache Curator在事务中创建了父项

时间:2014-05-21 23:10:39

标签: apache apache-curator

TransactionCreateBuilder似乎不支持“creatingParentsIfNeeded”。这是典型CreateBuilder支持的操作。我理想的想做:

curatorTransaction.create()。creatingParentsIfNeeded()。forPath(key,value).and()..

这有可能吗?或者它是对Zookeeper的限制(不支持原子路径操作)

谢谢!

0 个答案:

没有答案