- All Implemented Interfaces:
- com.gemstone.gemfire.cache.Declarable, com.gemstone.gemfire.cache.execute.Function, com.gemstone.gemfire.lang.Identifiable<String>, Serializable
public class ExecuteTx
extends Object
implements com.gemstone.gemfire.cache.execute.Function, com.gemstone.gemfire.cache.Declarable
ExecuteTx
A Function to do random operations as part of a resumeable transaction.
This function is invoked with a TrannsactionId in the argList. It resumes the
given transaction id and then executes random operations (see TxUtil.doOperations) before
suspending the transaction.
- Since:
- 6.6
- See Also:
- Serialized Form