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 |
ZooKeeperServer.processTxn(Request request) |
DataTree.ProcessTxnResult |
DataTree.processTxn(TxnHeader header,
Record txn) |
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,
boolean isSubTxn) |
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.