Class ThreadLocalGammaTxnPool
java.lang.Object
org.multiverse.stms.gamma.transactions.ThreadLocalGammaTxnPool
A ThreadLocal that stores the
GammaTxnPool
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GammaTxnPool
Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool.
-
Field Details
-
threadlocal
-
-
Constructor Details
-
ThreadLocalGammaTxnPool
private ThreadLocalGammaTxnPool()
-
-
Method Details
-
getThreadLocalGammaTxnPool
Returns the GammaTxnalPool stored in the ThreadLocalGammaTxnPool. If no instance exists, a new instance is created.- Returns:
- the GammaTxnPool.
-