Uses of Interface
org.multiverse.api.BackoffPolicy

Packages that use BackoffPolicy
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
 class DefaultBackoffPolicy
          A BackoffPolicy that does an 'exponential' backoff.
 

Fields in org.multiverse.api declared as BackoffPolicy
static BackoffPolicy DefaultBackoffPolicy.MAX_100_MS
           
 

Methods in org.multiverse.api that return BackoffPolicy
 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
 TxnFactoryBuilder TxnFactoryBuilder.setBackoffPolicy(BackoffPolicy backoffPolicy)
          Sets the Txn BackoffPolicy.
 

Uses of BackoffPolicy in org.multiverse.stms.gamma
 

Fields in org.multiverse.stms.gamma declared as 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.
protected  BackoffPolicy AbstractGammaTxnExecutor.backoffPolicy
           
 BackoffPolicy GammaStm.defaultBackoffPolicy
           
 

Uses of BackoffPolicy in org.multiverse.stms.gamma.transactions
 

Fields in org.multiverse.stms.gamma.transactions declared as BackoffPolicy
 BackoffPolicy GammaTxnConfig.backoffPolicy
           
 

Methods in org.multiverse.stms.gamma.transactions that return BackoffPolicy
 BackoffPolicy GammaTxnConfig.getBackoffPolicy()
           
 

Methods in org.multiverse.stms.gamma.transactions with parameters of type BackoffPolicy
 GammaTxnFactoryBuilder GammaTxnFactoryBuilder.setBackoffPolicy(BackoffPolicy backoffPolicy)
           
 GammaTxnConfig GammaTxnConfig.setBackoffPolicy(BackoffPolicy backoffPolicy)
           
 



Copyright © 2012. All Rights Reserved.