Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
Modifier and Type | Field and Description |
---|---|
List<DataTree.ProcessTxnResult> |
DataTree.ProcessTxnResult.multiResult |
Modifier and Type | Method and Description |
---|---|
DataTree.ProcessTxnResult |
ZooKeeperServer.processTxn(Request request) |
DataTree.ProcessTxnResult |
ZKDatabase.processTxn(TxnHeader hdr,
Record txn)
the process txn on the data
|
DataTree.ProcessTxnResult |
ZooKeeperServer.processTxn(TxnHeader hdr,
Record txn) |
DataTree.ProcessTxnResult |
DataTree.processTxn(TxnHeader header,
Record txn) |
DataTree.ProcessTxnResult |
DataTree.processTxn(TxnHeader header,
Record txn,
boolean isSubTxn) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.