Class AbstractGammaTxnExecutor
java.lang.Object
org.multiverse.stms.gamma.AbstractGammaTxnExecutor
- All Implemented Interfaces:
TxnExecutor, MultiverseConstants, GammaTxnExecutor
- Direct Known Subclasses:
FatGammaTxnExecutor, LeanGammaTxnExecutor
An abstract
GammaTxnExecutor implementation.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BackoffPolicyprotected final GammaTxnConfigprotected final GammaTxnFactoryFields inherited from interface MultiverseConstants
LOCKMODE_EXCLUSIVE, LOCKMODE_NONE, LOCKMODE_READ, LOCKMODE_WRITE, SHAKE_BUGS, SPIN_YIELD, TRACING_ENABLED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GammaTxnExecutor
getTxnFactoryMethods inherited from interface TxnExecutor
execute, execute, execute, execute, execute, execute, executeChecked, executeChecked, executeChecked, executeChecked, executeChecked, executeChecked
-
Field Details
-
txnFactory
-
txnConfig
-
backoffPolicy
-
-
Constructor Details
-
AbstractGammaTxnExecutor
-