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 java.lang.ThreadLocal<GammaObjectPool>ThreadLocalGammaObjectPool. threadlocalMethods in org.multiverse.stms.gamma that return GammaObjectPool Modifier and Type Method Description static GammaObjectPoolThreadLocalGammaObjectPool. getThreadLocalGammaObjectPool()Methods in org.multiverse.stms.gamma with parameters of type GammaObjectPool Modifier and Type Method Description voidListeners. openAll(GammaObjectPool pool)Opens all latches.static voidListeners. 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 voidTranlocal. addCommutingFunction(GammaObjectPool pool, Function function)ListenersBaseGammaTxnRef. commit(Tranlocal tranlocal, GammaObjectPool pool)intBaseGammaTxnRef. registerChangeListener(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra)voidBaseGammaTxnRef. releaseAfterFailure(Tranlocal tranlocal, GammaObjectPool pool)voidBaseGammaTxnRef. releaseAfterReading(Tranlocal tranlocal, GammaObjectPool pool)voidBaseGammaTxnRef. 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 GammaObjectPoolGammaTxn. pool
-