Uses of Enum Class
com.loomcache.server.transaction.Transaction.ConditionType
Packages that use Transaction.ConditionType
-
Uses of Transaction.ConditionType in com.loomcache.server.transaction
Subclasses with type arguments of type Transaction.ConditionType in com.loomcache.server.transactionModifier and TypeClassDescriptionstatic enumTypes of conditions that can be evaluated in the IF branch.Methods in com.loomcache.server.transaction that return Transaction.ConditionTypeModifier and TypeMethodDescriptionTransaction.Condition.type()Returns the value of thetyperecord component.static Transaction.ConditionTypeReturns the enum constant of this class with the specified name.static Transaction.ConditionType[]Transaction.ConditionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.transaction with parameters of type Transaction.ConditionTypeModifierConstructorDescriptionCondition(String key, Transaction.ConditionType type, @Nullable Object expected) Convenience constructor for single-map transactions — defaultsTransaction.Condition.mapName()tonull.Condition(String key, Transaction.ConditionType type, @Nullable Object expected, @Nullable String mapName) Compact constructor validating key and type.