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

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

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

Methods in org.apache.curator.framework.api.transaction that return OperationType
 OperationType CuratorTransactionResult.getType()
          Returns the operation type
static OperationType OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.curator.framework.api.transaction with parameters of type OperationType
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.
 

Constructors in org.apache.curator.framework.api.transaction with parameters of type OperationType
CuratorTransactionResult(OperationType type, String forPath, String resultPath, org.apache.zookeeper.data.Stat resultStat)
           
 



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