Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
org.apache.zookeeper.server.upgrade |
Modifier and Type | Method and Description |
---|---|
String |
DataTree.createNode(String path,
byte[] data,
List<ACL> acl,
long ephemeralOwner,
int parentCVersion,
long zxid,
long time) |
Modifier and Type | Method and Description |
---|---|
String |
DataTreeV1.createNode(String path,
byte[] data,
List<ACL> acl,
long ephemeralOwner,
long zxid,
long time) |
Copyright © 2017 The Apache Software Foundation