Uses of Package
org.multiverse.utils.backoff

Packages that use org.multiverse.utils.backoff
org.multiverse.api Contains the most important interfaces and classes for the Multiverse project. 
org.multiverse.stms Contains concrete STM implementations are abstract support structures. 
org.multiverse.utils.backoff This package contains support for back off functionality when transactions contend for the same resources. 
 

Classes in org.multiverse.utils.backoff used by org.multiverse.api
BackoffPolicy
          A policy that can be used to backoff when it can't make progress because other transactions are interfering.
 

Classes in org.multiverse.utils.backoff used by org.multiverse.stms
BackoffPolicy
          A policy that can be used to backoff when it can't make progress because other transactions are interfering.
 

Classes in org.multiverse.utils.backoff used by org.multiverse.utils.backoff
BackoffPolicy
          A policy that can be used to backoff when it can't make progress because other transactions are interfering.
ExponentialBackoffPolicy
          A BackoffPolicy that does an exponential backoff.
NoOpBackoffPolicy
          A BackoffPolicy that does not backoff.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.