|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatPersisted | |
|---|---|
| org.apache.zookeeper.server | ZooKeeper server theory of operation |
| Uses of StatPersisted in org.apache.zookeeper.server |
|---|
| Fields in org.apache.zookeeper.server declared as StatPersisted | |
|---|---|
StatPersisted |
DataNode.stat
the stat for this node that is persisted to disk. |
| Methods in org.apache.zookeeper.server with parameters of type StatPersisted | |
|---|---|
static void |
DataTree.copyStatPersisted(StatPersisted from,
StatPersisted to)
|
| Constructors in org.apache.zookeeper.server with parameters of type StatPersisted | |
|---|---|
DataNode(DataNode parent,
byte[] data,
Long acl,
StatPersisted stat)
create a DataNode with parent, data, acls and stat |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||