public class ZKCuratorManager.SafeTransaction extends Object
Modifier and Type | Method and Description |
---|---|
void |
commit() |
void |
create(String path,
byte[] data,
List<org.apache.zookeeper.data.ACL> acl,
org.apache.zookeeper.CreateMode mode) |
void |
delete(String path) |
void |
setData(String path,
byte[] data,
int version) |
Copyright © 2008–2018 Apache Software Foundation. All rights reserved.