Uses of Class
org.apache.curator.framework.api.transaction.OperationType
-
Packages that use OperationType Package Description 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 Modifier and Type Method Description OperationTypeCuratorTransactionResult. getType()Returns the operation typeOperationTypeTypeAndPath. getType()static OperationTypeOperationType. valueOf(java.lang.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 Modifier and Type Method Description 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.Constructors in org.apache.curator.framework.api.transaction with parameters of type OperationType Constructor Description CuratorTransactionResult(OperationType type, java.lang.String forPath, java.lang.String resultPath, org.apache.zookeeper.data.Stat resultStat)CuratorTransactionResult(OperationType type, java.lang.String forPath, java.lang.String resultPath, org.apache.zookeeper.data.Stat resultStat, int error)TypeAndPath(OperationType type, java.lang.String forPath)
-