Uses of Enum Class
com.loomcache.server.transaction.Transaction.OperationType
Packages that use Transaction.OperationType
-
Uses of Transaction.OperationType in com.loomcache.server.transaction
Subclasses with type arguments of type Transaction.OperationType in com.loomcache.server.transactionModifier and TypeClassDescriptionstatic enumTypes of operations that can be executed in THEN/ELSE branches.Methods in com.loomcache.server.transaction that return Transaction.OperationTypeModifier and TypeMethodDescriptionTransaction.Operation.type()Returns the value of thetyperecord component.static Transaction.OperationTypeReturns the enum constant of this class with the specified name.static Transaction.OperationType[]Transaction.OperationType.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.OperationTypeModifierConstructorDescriptionOperation(Transaction.OperationType type, String key, @Nullable String value) Convenience constructor for single-map transactions — defaultsTransaction.Operation.mapName()tonull.Operation(Transaction.OperationType type, String key, @Nullable String value, @Nullable String mapName) Compact constructor validating type and key.