Uses of Interface
org.multiverse.MultiverseConstants
-
-
Uses of MultiverseConstants in org.multiverse.api
Subinterfaces of MultiverseConstants in org.multiverse.api Modifier and Type Interface Description interfaceOrElseBlockThe OrElse is responsible for executing the either block, or in case of a retry, the orelse block is executed.interfaceTxnExecutorAn TxnExecutor is responsible for executing an atomic callable.Classes in org.multiverse.api that implement MultiverseConstants Modifier and Type Class Description classLockModeUsing the LockMode one can control the pessimistic nature of aTxn. -
Uses of MultiverseConstants in org.multiverse.stms.gamma
Subinterfaces of MultiverseConstants in org.multiverse.stms.gamma Modifier and Type Interface Description interfaceGammaConstantsContains the constants for theGammaStm.interfaceGammaTxnExecutorAnTxnExecutortailored for the GammaStm.Classes in org.multiverse.stms.gamma that implement MultiverseConstants Modifier and Type Class Description classAbstractGammaTxnExecutorAn abstractGammaTxnExecutorimplementation.classFatGammaTxnExecutorTheTxnExecutormade for the GammaStm.classGammaOrElseBlockclassLeanGammaTxnExecutorTheTxnExecutormade for the GammaStm. -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactionalobjects
Subinterfaces of MultiverseConstants in org.multiverse.stms.gamma.transactionalobjects Modifier and Type Interface Description interfaceGammaObjectClasses in org.multiverse.stms.gamma.transactionalobjects that implement MultiverseConstants Modifier and Type Class Description classAbstractGammaObjectclassBaseGammaTxnRefclassGammaTxnBooleanATxnBooleanfor theGammaStm.classGammaTxnDoubleclassGammaTxnIntegerclassGammaTxnLongclassGammaTxnRef<E>classTranlocal<E> -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions
Classes in org.multiverse.stms.gamma.transactions that implement MultiverseConstants Modifier and Type Class Description classGammaTxnAbstract GammaTxn to be used by all the concrete GammaTxn implementations.classGammaTxnConfigA configuration object that contains the configuration for a GammaTxn.classGammaTxnPoolA pool for pooling GammaTxns. -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions.fat
Classes in org.multiverse.stms.gamma.transactions.fat that implement MultiverseConstants Modifier and Type Class Description classFatFixedLengthGammaTxnA FatGammaTxn(supporting all features) but has a fixed capacity.classFatMonoGammaTxnclassFatVariableLengthGammaTxn -
Uses of MultiverseConstants in org.multiverse.stms.gamma.transactions.lean
Classes in org.multiverse.stms.gamma.transactions.lean that implement MultiverseConstants Modifier and Type Class Description classLeanFixedLengthGammaTxnA Lean GammaTxn that is optimized for a fixed number of GammaTxnRefs.classLeanMonoGammaTxnA 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 MultiverseConstants Modifier and Type Class Description classBugshakerContains some utility functions for shaking out bugs.
-