| 程序包 | 说明 |
|---|---|
| io.shardingsphere.orchestration.reg.newzk.client.zookeeper.transaction |
| 限定符和类型 | 方法和说明 |
|---|---|
ZooKeeperTransaction |
ZooKeeperTransaction.check(String path) |
ZooKeeperTransaction |
BaseTransaction.check(String path)
Check target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.check(String path,
int version) |
ZooKeeperTransaction |
BaseTransaction.check(String path,
int version)
Check target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.create(String path,
byte[] data,
List<org.apache.zookeeper.data.ACL> acl,
org.apache.zookeeper.CreateMode createMode) |
ZooKeeperTransaction |
BaseTransaction.create(String path,
byte[] data,
List<org.apache.zookeeper.data.ACL> acl,
org.apache.zookeeper.CreateMode createMode)
Create target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.delete(String path) |
ZooKeeperTransaction |
BaseTransaction.delete(String path)
Delete target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.delete(String path,
int version) |
ZooKeeperTransaction |
BaseTransaction.delete(String path,
int version)
Delete target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.setData(String path,
byte[] data) |
ZooKeeperTransaction |
BaseTransaction.setData(String path,
byte[] data)
Update target node.
|
ZooKeeperTransaction |
ZooKeeperTransaction.setData(String path,
byte[] data,
int version) |
ZooKeeperTransaction |
BaseTransaction.setData(String path,
byte[] data,
int version)
Update target node.
|
Copyright © 2018. All rights reserved.