Uses of Class
org.multiverse.stms.gamma.GammaObjectPool
Packages that use GammaObjectPool
Package
Description
-
Uses of GammaObjectPool in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma with type parameters of type GammaObjectPoolModifier and TypeFieldDescriptionstatic final ThreadLocal
<GammaObjectPool> ThreadLocalGammaObjectPool.threadlocal
Methods in org.multiverse.stms.gamma that return GammaObjectPoolModifier and TypeMethodDescriptionstatic GammaObjectPool
ThreadLocalGammaObjectPool.getThreadLocalGammaObjectPool()
Methods in org.multiverse.stms.gamma with parameters of type GammaObjectPoolModifier and TypeMethodDescriptionvoid
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 GammaObjectPoolModifier and TypeMethodDescriptionvoid
Tranlocal.addCommutingFunction
(GammaObjectPool pool, Function function) final Listeners
BaseGammaTxnRef.commit
(Tranlocal tranlocal, GammaObjectPool pool) final int
BaseGammaTxnRef.registerChangeListener
(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra) final void
BaseGammaTxnRef.releaseAfterFailure
(Tranlocal tranlocal, GammaObjectPool pool) final void
BaseGammaTxnRef.releaseAfterReading
(Tranlocal tranlocal, GammaObjectPool pool) final 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