Uses of Interface
org.multiverse.api.blocking.RetryLatch
-
Packages that use RetryLatch Package Description org.multiverse.api.blocking org.multiverse.stms.gamma org.multiverse.stms.gamma.transactionalobjects org.multiverse.stms.gamma.transactions -
-
Uses of RetryLatch in org.multiverse.api.blocking
Classes in org.multiverse.api.blocking that implement RetryLatch Modifier and Type Class Description class
DefaultRetryLatch
A CheapRetryLatch
implementation based on the intrinsic lock. -
Uses of RetryLatch in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as RetryLatch Modifier and Type Field Description RetryLatch
Listeners. listener
-
Uses of RetryLatch in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type RetryLatch Modifier and Type Method Description int
BaseGammaTxnRef. registerChangeListener(RetryLatch latch, Tranlocal tranlocal, GammaObjectPool pool, long listenerEra)
-
Uses of RetryLatch in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as RetryLatch Modifier and Type Field Description RetryLatch
GammaTxn. retryListener
-