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 class
DefaultBackoffPolicy
ABackoffPolicy
that does an 'exponential' backoff.Fields in org.multiverse.api declared as BackoffPolicy Modifier and Type Field Description static BackoffPolicy
DefaultBackoffPolicy. MAX_100_MS
Methods in org.multiverse.api that return BackoffPolicy Modifier and Type Method Description BackoffPolicy
TxnConfig. 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 TxnFactoryBuilder
TxnFactoryBuilder. setBackoffPolicy(BackoffPolicy backoffPolicy)
Sets theTxn
BackoffPolicy
. -
Uses of BackoffPolicy in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma declared as BackoffPolicy Modifier and Type Field Description protected BackoffPolicy
AbstractGammaTxnExecutor. backoffPolicy
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.BackoffPolicy
GammaStm. defaultBackoffPolicy
-
Uses of BackoffPolicy in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions declared as BackoffPolicy Modifier and Type Field Description BackoffPolicy
GammaTxnConfig. backoffPolicy
Methods in org.multiverse.stms.gamma.transactions that return BackoffPolicy Modifier and Type Method Description BackoffPolicy
GammaTxnConfig. getBackoffPolicy()
Methods in org.multiverse.stms.gamma.transactions with parameters of type BackoffPolicy Modifier and Type Method Description GammaTxnConfig
GammaTxnConfig. setBackoffPolicy(BackoffPolicy backoffPolicy)
GammaTxnFactoryBuilder
GammaTxnFactoryBuilder. setBackoffPolicy(BackoffPolicy backoffPolicy)
-