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 | Field and Description |
---|---|
StatPersisted |
DataNode.stat
the stat for this node that is persisted to disk.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataTree.copyStatPersisted(StatPersisted from,
StatPersisted to) |
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