Uses of Record Class
com.loomcache.server.transaction.Transaction.Operation
Packages that use Transaction.Operation
Package
Description
Multi-Raft sharding infrastructure for LoomCache.
-
Uses of Transaction.Operation in com.loomcache.server.sharding
Methods in com.loomcache.server.sharding that return types with arguments of type Transaction.OperationModifier and TypeMethodDescriptionCrossGroupTransactionContext.elseOpsForGroup(int groupId) Get ELSE operations targeted at a specific group.CrossGroupTransactionContext.thenOpsForGroup(int groupId) Get THEN operations targeted at a specific group. -
Uses of Transaction.Operation in com.loomcache.server.transaction
Method parameters in com.loomcache.server.transaction with type arguments of type Transaction.OperationModifier and TypeMethodDescriptionTransactionEvaluator.executeOperations(List<Transaction.Operation> operations, DistributedMap<String, String> map) Execute a list of operations on the given map, collecting results.