Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
Modifier and Type | Method and Description |
---|---|
void |
DataTree.createNode(String path,
byte[] data,
List<ACL> acl,
long ephemeralOwner,
int parentCVersion,
long zxid,
long time)
Add a new node to the DataTree.
|
void |
DataTree.createNode(String path,
byte[] data,
List<ACL> acl,
long ephemeralOwner,
int parentCVersion,
long zxid,
long time,
Stat outputStat)
Add a new node to the DataTree.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.