Uses of Class
org.multiverse.stms.gamma.GammaObjectPool
-
Packages that use GammaObjectPool Package Description org.multiverse.stms.gamma org.multiverse.stms.gamma.transactionalobjects org.multiverse.stms.gamma.transactions -
-
Uses of GammaObjectPool in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma with type parameters of type GammaObjectPool Modifier and Type Field Description static ThreadLocal<GammaObjectPool>
ThreadLocalGammaObjectPool. threadlocal
Methods in org.multiverse.stms.gamma that return GammaObjectPool Modifier and Type Method Description static GammaObjectPool
ThreadLocalGammaObjectPool. getThreadLocalGammaObjectPool()
Methods in org.multiverse.stms.gamma with parameters of type GammaObjectPool Modifier and Type Method Description void
Listeners. openAll(GammaObjectPool pool)
Opens all latches.static void
Listeners. openAll(Listeners[] listenersArray, GammaObjectPool pool)
Opens all the listeners. -
Uses of GammaObjectPool in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type GammaObjectPool Modifier and Type Method Description void
Tranlocal. addCommutingFunction(GammaObjectPool pool, Function function)
Listeners
BaseGammaTxnRef. commit(Tranlocal tranlocal, GammaObjectPool pool)
int
BaseGammaTxnRef. registerChangeListener(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra)
void
BaseGammaTxnRef. releaseAfterFailure(Tranlocal tranlocal, GammaObjectPool pool)
void
BaseGammaTxnRef. releaseAfterReading(Tranlocal tranlocal, GammaObjectPool pool)
void
BaseGammaTxnRef. releaseAfterUpdate(Tranlocal tranlocal, GammaObjectPool pool)
-
Uses of GammaObjectPool in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as GammaObjectPool Modifier and Type Field Description GammaObjectPool
GammaTxn. pool
-