Uses of Enum
org.apache.curator.framework.api.transaction.OperationType
Packages that use OperationType
-
Uses of OperationType in org.apache.curator.framework.api.transaction
Methods in org.apache.curator.framework.api.transaction that return OperationTypeModifier and TypeMethodDescriptionCuratorTransactionResult.getType()Returns the operation typeTypeAndPath.getType()static OperationTypeReturns 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 OperationTypeModifier and TypeMethodDescriptionstatic 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 OperationTypeModifierConstructorDescriptionCuratorTransactionResult(OperationType type, String forPath, String resultPath, org.apache.zookeeper.data.Stat resultStat) CuratorTransactionResult(OperationType type, String forPath, String resultPath, org.apache.zookeeper.data.Stat resultStat, int error) TypeAndPath(OperationType type, String forPath)