Uses of Interface
org.multiverse.MultiverseConstants
Packages that use MultiverseConstants
Package
Description
-
Uses of MultiverseConstants in org.multiverse.api
Subinterfaces of MultiverseConstants in org.multiverse.apiModifier and TypeInterfaceDescriptioninterface
The OrElse is responsible for executing the either block, or in case of a retry, the orelse block is executed.interface
An TxnExecutor is responsible for executing an atomic callable.Classes in org.multiverse.api that implement MultiverseConstants -
Uses of MultiverseConstants in org.multiverse.stms.gamma
Subinterfaces of MultiverseConstants in org.multiverse.stms.gammaModifier and TypeInterfaceDescriptioninterface
Contains the constants for theGammaStm
.interface
AnTxnExecutor
tailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement MultiverseConstantsModifier and TypeClassDescriptionclass
An abstractGammaTxnExecutor
implementation.final class
TheTxnExecutor
made for the GammaStm.class
final class
TheTxnExecutor
made for the GammaStm. -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactionalobjects
Subinterfaces of MultiverseConstants in org.multiverse.stms.gamma.transactionalobjectsClasses in org.multiverse.stms.gamma.transactionalobjects that implement MultiverseConstantsModifier and TypeClassDescriptionclass
class
class
ATxnBoolean
for theGammaStm
.class
class
class
class
GammaTxnRef<E>
final class
Tranlocal<E>
-
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions
Classes in org.multiverse.stms.gamma.transactions that implement MultiverseConstantsModifier and TypeClassDescriptionclass
Abstract GammaTxn to be used by all the concrete GammaTxn implementations.final class
A configuration object that contains the configuration for a GammaTxn.final class
A pool for pooling GammaTxns. -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions.fat
Classes in org.multiverse.stms.gamma.transactions.fat that implement MultiverseConstantsModifier and TypeClassDescriptionfinal class
A FatGammaTxn
(supporting all features) but has a fixed capacity.final class
final class
-
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions.lean
Classes in org.multiverse.stms.gamma.transactions.lean that implement MultiverseConstantsModifier and TypeClassDescriptionfinal class
A Lean GammaTxn that is optimized for a fixed number of GammaTxnRefs.final class
A Lean GammaTxn implementation that is optimized for dealing with only a single transactional reference. -
Uses of MultiverseConstants in org.multiverse.utils
Classes in org.multiverse.utils that implement MultiverseConstantsModifier and TypeClassDescriptionfinal class
Contains some utility functions for shaking out bugs.