Uses of Class
org.apache.zookeeper.txn.TxnHeader

Packages that use TxnHeader
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.persistence   
org.apache.zookeeper.server.quorum   
org.apache.zookeeper.server.upgrade   
org.apache.zookeeper.server.util   
 

Uses of TxnHeader in org.apache.zookeeper.server
 

Fields in org.apache.zookeeper.server declared as TxnHeader
 TxnHeader Request.hdr
           
 

Methods in org.apache.zookeeper.server with parameters of type TxnHeader
 DataTree.ProcessTxnResult ZKDatabase.processTxn(TxnHeader hdr, org.apache.jute.Record txn)
          the process txn on the data
 DataTree.ProcessTxnResult DataTree.processTxn(TxnHeader header, org.apache.jute.Record txn)
           
 

Uses of TxnHeader in org.apache.zookeeper.server.persistence
 

Methods in org.apache.zookeeper.server.persistence that return TxnHeader
 TxnHeader FileTxnLog.FileTxnIterator.getHeader()
          reutrn the current header
 TxnHeader TxnLog.TxnIterator.getHeader()
          return the transaction header.
 

Methods in org.apache.zookeeper.server.persistence with parameters of type TxnHeader
 boolean FileTxnLog.append(TxnHeader hdr, org.apache.jute.Record txn)
          append an entry to the transaction log
 boolean TxnLog.append(TxnHeader hdr, org.apache.jute.Record r)
          Append a request to the transaction log
static byte[] Util.marshallTxnEntry(TxnHeader hdr, org.apache.jute.Record txn)
          Serializes transaction header and transaction data into a byte buffer.
 void FileTxnSnapLog.PlayBackListener.onTxnLoaded(TxnHeader hdr, org.apache.jute.Record rec)
           
 

Uses of TxnHeader in org.apache.zookeeper.server.quorum
 

Methods in org.apache.zookeeper.server.quorum with parameters of type TxnHeader
 void FollowerZooKeeperServer.logRequest(TxnHeader hdr, org.apache.jute.Record txn)
           
 

Uses of TxnHeader in org.apache.zookeeper.server.upgrade
 

Methods in org.apache.zookeeper.server.upgrade with parameters of type TxnHeader
 DataTreeV1.ProcessTxnResult DataTreeV1.processTxn(TxnHeader header, org.apache.jute.Record txn)
           
 

Uses of TxnHeader in org.apache.zookeeper.server.util
 

Methods in org.apache.zookeeper.server.util with parameters of type TxnHeader
static org.apache.jute.Record SerializeUtils.deserializeTxn(org.apache.jute.InputArchive ia, TxnHeader hdr)
           
 



Copyright © 2010 The Apache Software Foundation