Uses of Package
org.multiverse.api.backoff

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

Classes in org.multiverse.api.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.api.backoff used by org.multiverse.api.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.
 

Classes in org.multiverse.api.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.
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.