Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
Modifier and Type | Field | Description |
---|---|---|
StatPersisted |
DataNode.stat |
the stat for this node that is persisted to disk.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
DataTree.copyStatPersisted(StatPersisted from,
StatPersisted to) |
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