Package org.multiverse.api.backoff

This package contains support for back off functionality when transactions contend for the same resources.

See:
          Description

Interface Summary
BackoffPolicy A policy that can be used to backoff when it can't make progress because other transactions are interfering.
 

Class Summary
ExponentialBackoffPolicy A BackoffPolicy that does an exponential backoff.
NoOpBackoffPolicy A BackoffPolicy that does not backoff.
 

Package org.multiverse.api.backoff Description

This package contains support for back off functionality when transactions contend for the same resources.



Copyright © 2008-2010 Multiverse. All Rights Reserved.