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 |
---|---|
List<DataTree.ProcessTxnResult> |
DataTree.ProcessTxnResult.multiResult |
Modifier and Type | Method and Description |
---|---|
DataTree.ProcessTxnResult |
DataTree.processTxn(TxnHeader header,
org.apache.jute.Record txn) |
DataTree.ProcessTxnResult |
ZooKeeperServer.processTxn(TxnHeader hdr,
org.apache.jute.Record txn) |
DataTree.ProcessTxnResult |
ZKDatabase.processTxn(TxnHeader hdr,
org.apache.jute.Record txn)
the process txn on the data
|
Copyright © 2017 The Apache Software Foundation