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.
|
Modifier and Type | Method and Description |
---|---|
DataNode |
DataTree.getNode(String path) |
DataNode |
ZKDatabase.getNode(String path)
get the datanode for this path
|
Modifier and Type | Method and Description |
---|---|
void |
DataTree.addDataNode(String path,
DataNode node)
just an accessor method to allow raw creation of datatree's from a bunch
of datanodes
|
Constructor and Description |
---|
DataNode(DataNode parent,
byte[] data,
Long acl,
StatPersisted stat)
create a DataNode with parent, data, acls and stat
|
Copyright © 2017 The Apache Software Foundation