Uses of Interface
org.multiverse.api.BackoffPolicy
-
Packages that use BackoffPolicy Package Description org.multiverse.api org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of BackoffPolicy in org.multiverse.api
Classes in org.multiverse.api that implement BackoffPolicy Modifier and Type Class Description classDefaultBackoffPolicyABackoffPolicythat does an 'exponential' backoff.Fields in org.multiverse.api declared as BackoffPolicy Modifier and Type Field Description static BackoffPolicyDefaultBackoffPolicy. MAX_100_MSMethods in org.multiverse.api that return BackoffPolicy Modifier and Type Method Description BackoffPolicyTxnConfig. getBackoffPolicy()Returns the BackoffPolicy used by the Stm when a transaction conflicts with another transaction.Methods in org.multiverse.api with parameters of type BackoffPolicy Modifier and Type Method Description TxnFactoryBuilderTxnFactoryBuilder. setBackoffPolicy(BackoffPolicy backoffPolicy)Sets theTxnBackoffPolicy. -
Uses of BackoffPolicy in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as BackoffPolicy Modifier and Type Field Description protected BackoffPolicyAbstractGammaTxnExecutor. backoffPolicyBackoffPolicyGammaStmConfig. backoffPolicyIf a transaction fails for a read/write conflict it should not hammer the system by trying again and running in the same conflict The default backoff policy helps to back threads of by sleeping/yielding.BackoffPolicyGammaStm. defaultBackoffPolicyMethods in org.multiverse.stms.gamma with parameters of type BackoffPolicy Modifier and Type Method Description GammaTxnFactoryBuilderGammaStm.GammaTxnFactoryBuilderImpl. setBackoffPolicy(BackoffPolicy backoffPolicy) -
Uses of BackoffPolicy in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as BackoffPolicy Modifier and Type Field Description BackoffPolicyGammaTxnConfig. backoffPolicyMethods in org.multiverse.stms.gamma.transactions that return BackoffPolicy Modifier and Type Method Description BackoffPolicyGammaTxnConfig. getBackoffPolicy()Methods in org.multiverse.stms.gamma.transactions with parameters of type BackoffPolicy Modifier and Type Method Description GammaTxnConfigGammaTxnConfig. setBackoffPolicy(BackoffPolicy backoffPolicy)GammaTxnFactoryBuilderGammaTxnFactoryBuilder. setBackoffPolicy(BackoffPolicy backoffPolicy)
-