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

Packages that use Txn
org.apache.zookeeper.txn   
 

Uses of Txn in org.apache.zookeeper.txn
 

Methods in org.apache.zookeeper.txn that return types with arguments of type Txn
 List<Txn> MultiTxn.getTxns()
           
 

Method parameters in org.apache.zookeeper.txn with type arguments of type Txn
 void MultiTxn.setTxns(List<Txn> m_)
           
 

Constructor parameters in org.apache.zookeeper.txn with type arguments of type Txn
MultiTxn(List<Txn> txns)
           
 



Copyright © 2013 The Apache Software Foundation