Uses of Class
org.apache.curator.framework.api.transaction.CuratorTransactionResult

Packages that use CuratorTransactionResult
org.apache.curator.framework.api.transaction   
 

Uses of CuratorTransactionResult in org.apache.curator.framework.api.transaction
 

Methods in org.apache.curator.framework.api.transaction that return types with arguments of type CuratorTransactionResult
 Collection<CuratorTransactionResult> CuratorTransactionFinal.commit()
          Commit all added operations as an atomic unit and return results for the operations.
static com.google.common.base.Predicate<CuratorTransactionResult> CuratorTransactionResult.ofTypeAndPath(OperationType type, String forPath)
          Utility that can be passed to Google Guava to find a particular result.
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.