Uses of Class
org.apache.curator.framework.api.transaction.CuratorTransactionResult
-
Packages that use CuratorTransactionResult Package Description org.apache.curator.framework.api org.apache.curator.framework.api.transaction org.apache.curator.framework.imps -
-
Uses of CuratorTransactionResult in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return types with arguments of type CuratorTransactionResult Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorEvent. getOpResults() -
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 Modifier and Type Method Description java.util.Collection<CuratorTransactionResult>CuratorTransactionFinal. commit()Commit all added operations as an atomic unit and return results for the operations.java.util.List<CuratorTransactionResult>CuratorMultiTransactionMain. forOperations(java.util.List<CuratorOp> operations)Commit the given operations as a single transaction.java.util.List<CuratorTransactionResult>CuratorMultiTransactionMain. forOperations(CuratorOp... operations)Commit the given operations as a single transaction.static com.google.common.base.Predicate<CuratorTransactionResult>CuratorTransactionResult. ofTypeAndPath(OperationType type, java.lang.String forPath)Utility that can be passed to Google Guava to find a particular result. -
Uses of CuratorTransactionResult in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return types with arguments of type CuratorTransactionResult Modifier and Type Method Description java.util.List<CuratorTransactionResult>CuratorMultiTransactionImpl. forOperations(java.util.List<CuratorOp> operations)java.util.List<CuratorTransactionResult>CuratorMultiTransactionImpl. forOperations(CuratorOp... operations)
-