Class ThreadLocalGammaTxnPool
java.lang.Object
org.multiverse.stms.gamma.transactions.ThreadLocalGammaTxnPool
A ThreadLocal that stores the
GammaTxnPool.- Author:
- Peter Veentjer.
-
Method Summary
Modifier and TypeMethodDescriptionstatic GammaTxnPoolReturns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool.
-
Method Details
-
getThreadLocalGammaTxnPool
Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool. If no instance exists, a new instance is created.- Returns:
- the GammaTxnPool.
-