Uses of Class
org.apache.zookeeper.server.DataTree.ProcessTxnResult
-
Packages that use DataTree.ProcessTxnResult Package Description org.apache.zookeeper.server ZooKeeper server theory of operation -
-
Uses of DataTree.ProcessTxnResult in org.apache.zookeeper.server
Fields in org.apache.zookeeper.server with type parameters of type DataTree.ProcessTxnResult Modifier and Type Field Description java.util.List<DataTree.ProcessTxnResult>
DataTree.ProcessTxnResult. multiResult
Methods in org.apache.zookeeper.server that return DataTree.ProcessTxnResult Modifier and Type Method Description DataTree.ProcessTxnResult
DataTree. processTxn(TxnHeader header, org.apache.jute.Record txn)
DataTree.ProcessTxnResult
ZKDatabase. processTxn(TxnHeader hdr, org.apache.jute.Record txn)
the process txn on the dataDataTree.ProcessTxnResult
ZooKeeperServer. processTxn(TxnHeader hdr, org.apache.jute.Record txn)
-