Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
Modifier and Type | Method | Description |
---|---|---|
DataNode |
DataTree.getNode(java.lang.String path) |
|
DataNode |
ZKDatabase.getNode(java.lang.String path) |
get the datanode for this path
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<ACL> |
ZKDatabase.aclForNode(DataNode n) |
|
void |
DataTree.addDataNode(java.lang.String path,
DataNode node) |
just an accessor method to allow raw creation of datatree's from a bunch
of datanodes
|
java.util.List<ACL> |
DataTree.getACL(DataNode node) |
Constructor | Description |
---|---|
DataNode(DataNode parent,
byte[] data,
java.lang.Long acl,
StatPersisted stat) |
create a DataNode with parent, data, acls and stat
|
Copyright © 2018 The Apache Software Foundation