Uses of Interface
org.multiverse.api.BackoffPolicy
Packages that use BackoffPolicy
Package
Description
-
Uses of BackoffPolicy in org.multiverse.api
Classes in org.multiverse.api that implement BackoffPolicyFields in org.multiverse.api declared as BackoffPolicyMethods in org.multiverse.api that return BackoffPolicyModifier and TypeMethodDescriptionTxnConfig.getBackoffPolicy()
Returns the BackoffPolicy used by the Stm when a transaction conflicts with another transaction.Methods in org.multiverse.api with parameters of type BackoffPolicyModifier and TypeMethodDescriptionTxnFactoryBuilder.setBackoffPolicy
(BackoffPolicy backoffPolicy) Sets theTxn
BackoffPolicy
. -
Uses of BackoffPolicy in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as BackoffPolicyModifier and TypeFieldDescriptionprotected final BackoffPolicy
AbstractGammaTxnExecutor.backoffPolicy
GammaStmConfig.backoffPolicy
If 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.final BackoffPolicy
GammaStm.defaultBackoffPolicy
Methods in org.multiverse.stms.gamma with parameters of type BackoffPolicyModifier and TypeMethodDescriptionfinal GammaTxnFactoryBuilder
GammaStm.GammaTxnFactoryBuilderImpl.setBackoffPolicy
(BackoffPolicy backoffPolicy) -
Uses of BackoffPolicy in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as BackoffPolicyMethods in org.multiverse.stms.gamma.transactions that return BackoffPolicyMethods in org.multiverse.stms.gamma.transactions with parameters of type BackoffPolicyModifier and TypeMethodDescriptionGammaTxnConfig.setBackoffPolicy
(BackoffPolicy backoffPolicy) GammaTxnFactoryBuilder.setBackoffPolicy
(BackoffPolicy backoffPolicy)