Uses of Interface
org.distributeme.core.failing.FailingStrategy
Packages that use FailingStrategy
Package
Description
-
Uses of FailingStrategy in org.distributeme.core
Methods in org.distributeme.core that return FailingStrategyModifier and TypeMethodDescriptionstatic final FailingStrategyDefaults.getDefaultFailingStrategy()Returns the default failing strategy. -
Uses of FailingStrategy in org.distributeme.core.failing
Classes in org.distributeme.core.failing that implement FailingStrategyModifier and TypeClassDescriptionclassThis failing strategy is used if no other failing strategy is specified.classThis failing strategy simply fails the call and not tries to retry anything.classThis failing strategy / router combination fails over to a special failover service instance and stays there.classThis is base class for failing strategy / router combination which is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after some timeout.classThis failing strategy / router combination is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after a minute.classThis failing strategy / router combination is pretty much the same as Failover, but instead of staying on the failover instance forever, it tries to switch back after 10 seconds.classCreated by hpemoeller on 4/10/17.classThis failing strategy always retries the call.classThis failing strategy only retries the call once.classThis call strategy will make one second pause and retry afterwards. -
Uses of FailingStrategy in org.distributeme.core.routing
Classes in org.distributeme.core.routing that implement FailingStrategyModifier and TypeClassDescriptionclassAbstract implementation of MOD strategy router which supports FailOver to next cluster node - strategy.classAbstract implementation ofRouterwhich supportsFailingStrategy.classAbstract implementation ofRouterwhich supportsFailingStrategy.classThis router sends each call to another instance.classThis router sends each call to another instance.