Uses of Interface
jgroup.core.arm.RecoveryStrategy

Packages that use RecoveryStrategy
jgroup.arm.recovery   
jgroup.relacs.config   
 

Uses of RecoveryStrategy in jgroup.arm.recovery
 

Classes in jgroup.arm.recovery that implement RecoveryStrategy
 class AbstractRecoveryStrategy
          This implements only the core initialization of a recovery strategy, including also handling for the RM recoveree replica.
 class KeepInitialInPartition
          If the current number of replicas drops below the initial redundancy specified for this replica, and the number of available hosts in this partition is greater than the initial redundancy then create new replicas to compensate for the lost redundancy.
 class KeepMinimalInPartition
          If the current number of replicas falls below the minimal redundancy specified for this replica, and the number of available hosts in this partition is greater than the minimal redundancy then create new replicas to compensate for the lost redundancy.
 

Uses of RecoveryStrategy in jgroup.relacs.config
 

Methods in jgroup.relacs.config that return RecoveryStrategy
 RecoveryStrategy AppConfig.getRecoveryStrategy()
           
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.